althttpd: unstable-2023-08-12 -> unstable-2025-08-22

This commit is contained in:
Ben Siraphob
2026-02-05 22:25:28 -05:00
parent dec5f03ecc
commit 548a2cb7c8
+3 -3
View File
@@ -8,12 +8,12 @@
stdenv.mkDerivation {
pname = "althttpd";
version = "0-unstable-2023-08-12";
version = "0-unstable-2025-08-22";
src = fetchfossil {
url = "https://sqlite.org/althttpd/";
rev = "c0bdc68e6c56ef25";
hash = "sha256-VoDR5MlVlvar9wYA0kUhvDQVjxDwsZlqrNR3u4Tqw5c=";
rev = "e9bf26f78e1f5792";
hash = "sha256-Q16tqhnPzYrFkrHTC8NBrdpsbrpjPUkdxLwmyYqUHZo=";
};
buildInputs = [ openssl ];