Merge pull request #282197 from r-ryantm/auto-update/darkhttpd

darkhttpd: 1.14 -> 1.15
This commit is contained in:
Stanisław Pitucha
2024-01-20 16:58:44 +11:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "darkhttpd";
version = "1.14";
version = "1.15";
src = fetchFromGitHub {
owner = "emikulic";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J/tjT3Rfhk5++jbmLBrZu9O4GgTBqeycuz82NliCBxw=";
sha256 = "sha256-G1lh3nHo2iU/dkiBykl5+DSIC2c6SCqqv42Bw0Frz3A=";
};
enableParallelBuilding = true;