Merge pull request #154704 from siraben/althttpd-update

althttpd: unstable-2021-06-09 -> unstable-2022-01-10

authored by

Ben Siraphob and committed by
GitHub
b2892304 b458e513

+6 -4
+6 -4
pkgs/servers/althttpd/default.nix
··· 1 - { lib, stdenv, fetchfossil }: 2 3 stdenv.mkDerivation rec { 4 pname = "althttpd"; 5 - version = "unstable-2021-06-09"; 6 7 src = fetchfossil { 8 url = "https://sqlite.org/althttpd/"; 9 - rev = "0d3b5e232c57e188"; 10 - sha256 = "sha256-vZwpjYYMdP/FgPTAQ9Kdh2RRMovpONqu2v73cCoYyxE="; 11 }; 12 13 installPhase = '' 14 install -Dm755 -t $out/bin althttpd
··· 1 + { lib, stdenv, fetchfossil, openssl }: 2 3 stdenv.mkDerivation rec { 4 pname = "althttpd"; 5 + version = "unstable-2022-01-10"; 6 7 src = fetchfossil { 8 url = "https://sqlite.org/althttpd/"; 9 + rev = "83196564d05f33c3"; 10 + sha256 = "sha256-z/XMVnDihcO56kJaXIJGUUdnz8mR5jlySrLZX1tkV5c="; 11 }; 12 + 13 + buildInputs = [ openssl ]; 14 15 installPhase = '' 16 install -Dm755 -t $out/bin althttpd