about summary refs log tree commit diff
path: root/pkgs/servers/althttpd/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2023-10-12 20:37:58 -0400
committerBen Siraphob <bensiraphob@gmail.com>2023-10-12 20:37:58 -0400
commita695f327a7e16374ecaf3faa4691e4ecf774c2d6 (patch)
treecfe460c0d0ec68a66e2ab5248753c86d7d0877fe /pkgs/servers/althttpd/default.nix
parentf6f02db1e83d556237c775ac7ea512079ec51f9b (diff)
althttpd: unstable-2022-08-12 -> unstable-2023-08-12
Diffstat (limited to 'pkgs/servers/althttpd/default.nix')
-rw-r--r--pkgs/servers/althttpd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/althttpd/default.nix b/pkgs/servers/althttpd/default.nix
index 1f3271be6ab15..49d552f48dcf4 100644
--- a/pkgs/servers/althttpd/default.nix
+++ b/pkgs/servers/althttpd/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "althttpd";
-  version = "unstable-2022-08-12";
+  version = "unstable-2023-08-12";
 
   src = fetchfossil {
     url = "https://sqlite.org/althttpd/";
-    rev = "823a1d985d4bacaa";
-    sha256 = "sha256-yfVsOfqtHw9ftnK5B4RWeRR/ygfsTEDm7fFSaVxsCas=";
+    rev = "c0bdc68e6c56ef25";
+    sha256 = "sha256-VoDR5MlVlvar9wYA0kUhvDQVjxDwsZlqrNR3u4Tqw5c=";
   };
 
   buildInputs = [ openssl ];