lighttpd: 1.4.66 -> 1.4.67

authored by R. Ryantm and committed by Bjørn Forsman c4bb5315 6dd37d2f

+2 -2
+2 -2
pkgs/servers/http/lighttpd/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "lighttpd"; 18 - version = "1.4.66"; 18 + version = "1.4.67"; 19 19 20 20 src = fetchurl { 21 21 url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz"; 22 - sha256 = "sha256-R6xuYCcaoBluZUctAtAZVW3HxtCd87Zd8sGraGY0jjs="; 22 + sha256 = "sha256-fgTXZ/UajYJLMuJIPvKVCYKSDUJ9EnLvRmf0nW+J81g="; 23 23 }; 24 24 25 25 postPatch = ''