nghttp2: 1.39.1 -> 1.39.2 (security!) (#67057)
https://github.com/nghttp2/nghttp2/releases/tag/v1.39.2
This commit is contained in:
parent
9e78f76ade
commit
0173f83a55
@ -18,11 +18,11 @@ let inherit (stdenv.lib) optional; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nghttp2";
|
||||
version = "1.39.1";
|
||||
version = "1.39.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1vzmkh3pky3l3w6iaffhikh7hslp8zp0jsdqpd6knbflsmzp511a";
|
||||
sha256 = "1l51q8xqg7d7y9413z8l0scxgbbl1qkwgq4f09jqb31j492kx8lj";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "out" "dev" "lib" ];
|
||||
|
Loading…
Reference in New Issue
Block a user