3
0
Fork 0
forked from mirrors/nixpkgs

ngtcp2: 0.12.0 -> 0.12.1

This commit is contained in:
Izorkin 2023-01-10 12:22:11 +03:00
parent e1f9232310
commit 8f0e753f49
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

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" ];