lighttpd: 1.4.80 -> 1.4.81

(cherry picked from commit 375ff08880)
This commit is contained in:
R. Ryantm
2025-08-22 04:14:59 +00:00
committed by Bjørn Forsman
parent 00b9c80f4e
commit 413daa84dd

View File

@@ -34,11 +34,11 @@
stdenv.mkDerivation rec {
pname = "lighttpd";
version = "1.4.80";
version = "1.4.81";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
sha256 = "sha256-zF8Pceiy7mutVF0ekd/D+VRxbJF057NSwhR63UTyW/M=";
sha256 = "sha256-19QsP9L9lLY8kVqn0Y9No8rFk33boz6Qn4HPUIQqWEA=";
};
separateDebugInfo = true;