nghttp2: 1.65.0 -> 1.66.0 (#420117)

authored by Sandro and committed by GitHub b435037d 6fa945bc

+3 -6
+3 -6
pkgs/by-name/ng/nghttp2/package.nix
··· 46 47 stdenv.mkDerivation rec { 48 pname = "nghttp2"; 49 - version = "1.65.0"; 50 51 src = fetchurl { 52 - url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; 53 - sha256 = "sha256-C9u3jcIYcEhP1URJBnZXtg47G3Im4RdM9WQBbG0zB/U="; 54 }; 55 56 outputs = [ ··· 113 '' 114 + lib.optionalString (enablePython) '' 115 patchShebangs $out/share/nghttp2 116 - '' 117 - + lib.optionalString (!enablePython) '' 118 - rm -r $out/share 119 ''; 120 121 passthru.tests = {
··· 46 47 stdenv.mkDerivation rec { 48 pname = "nghttp2"; 49 + version = "1.66.0"; 50 51 src = fetchurl { 52 + url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2"; 53 + hash = "sha256-HUhK03NU35/KuXCBTpOl3KkaUyVug/T1jdcxGcYyEBc="; 54 }; 55 56 outputs = [ ··· 113 '' 114 + lib.optionalString (enablePython) '' 115 patchShebangs $out/share/nghttp2 116 ''; 117 118 passthru.tests = {