3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #210009 from Izorkin/update-ngtcp2

ngtcp2: 0.12.0 -> 0.12.1
This commit is contained in:
Mario Rodas 2023-01-31 06:25:09 -05:00 committed by GitHub
commit 9d47951678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OnGzAUfIop/3/0qAAm5rgTlpCdZ/1fwWPJ/KLfGUy8U=";
sha256 = "sha256-nUUbGNxr2pGiEoYbArHppNE29rki9SM/3MZWMS9HmqY=";
};
outputs = [ "out" "dev" "doc" ];