lighttpd: 1.4.80 -> 1.4.81

authored by R. Ryantm and committed by Bjørn Forsman 375ff088 ca68d388

+2 -2
+2 -2
pkgs/by-name/li/lighttpd/package.nix
··· 34 34 35 35 stdenv.mkDerivation rec { 36 36 pname = "lighttpd"; 37 - version = "1.4.80"; 37 + version = "1.4.81"; 38 38 39 39 src = fetchurl { 40 40 url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz"; 41 - sha256 = "sha256-zF8Pceiy7mutVF0ekd/D+VRxbJF057NSwhR63UTyW/M="; 41 + sha256 = "sha256-19QsP9L9lLY8kVqn0Y9No8rFk33boz6Qn4HPUIQqWEA="; 42 42 }; 43 43 44 44 separateDebugInfo = true;