Merge pull request #260796 from siraben/althttpd-update

althttpd: unstable-2022-08-12 -> unstable-2023-08-12
This commit is contained in:
Ben Siraphob 2023-10-13 14:07:16 -04:00 committed by GitHub
commit 614b800ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];