lighttpd: 1.4.66 -> 1.4.67

This commit is contained in:
R. Ryantm 2022-09-21 08:57:45 +00:00 committed by Bjørn Forsman
parent 6dd37d2f7a
commit c4bb5315d3

View file

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