lighttpd: 1.4.79 -> 1.4.80

This commit is contained in:
R. Ryantm 2025-08-14 00:30:36 +00:00 committed by Bjørn Forsman
parent e39fe935fc
commit d4afce51c1

View File

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