lighttpd: 1.4.77 -> 1.4.78

This commit is contained in:
R. Ryantm
2025-03-23 18:53:07 +01:00
committed by Bjørn Forsman
parent cb5734a550
commit ae7df75f87
+2 -2
View File
@@ -34,11 +34,11 @@
stdenv.mkDerivation rec {
pname = "lighttpd";
version = "1.4.77";
version = "1.4.78";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
sha256 = "sha256-rK+r2/oiZ9i2RS0D2F/dKmZSXz8Fo2p5tmRcAX8VYs4=";
sha256 = "sha256-PAc56Lx1yen8HPqJ4cME3UsOSruHrcZGodILxqLbKj4=";
};
separateDebugInfo = true;