Merge pull request #295756 from r-ryantm/auto-update/lighttpd

lighttpd: 1.4.74 -> 1.4.75
This commit is contained in:
Nick Cao 2024-03-14 12:21:46 -04:00 committed by GitHub
commit 7fd5bf6e68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "lighttpd";
version = "1.4.74";
version = "1.4.75";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
sha256 = "sha256-XAhzboMIj34Bl5cVnzBuiOxymr6XbcmPs77XG50+U7U=";
sha256 = "sha256-i3IcqTnTEq+qbvMdy9avtRYe04Wsgo5vzNTFt2vhidY=";
};
postPatch = ''