lighttpd: 1.4.65 -> 1.4.66

authored by R. Ryantm and committed by Bjørn Forsman cb86b14f 8177478a

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