lighttpd: 1.4.67 -> 1.4.68

This commit is contained in:
R. Ryantm 2023-01-07 19:17:21 +00:00 committed by Bjørn Forsman
parent 592d8680ad
commit 356f88f801

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "lighttpd";
version = "1.4.67";
version = "1.4.68";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
sha256 = "sha256-fgTXZ/UajYJLMuJIPvKVCYKSDUJ9EnLvRmf0nW+J81g=";
sha256 = "sha256-5W83rlK2PhraTXbOeABa/7blbuova9sM4X1tNulYM4Q=";
};
postPatch = ''