ngtcp2: 0.14.1 -> 0.15.0

This commit is contained in:
Izorkin 2023-05-28 19:53:40 +03:00
parent cc081200b5
commit b4dee0f0e0
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-VsacRYvjTWVx2ga952s1vs02GElXIW6umgcYr3UCcgE=";
hash = "sha256-FWNWpRuCUyqTIyLZkBFKrd2urjSCqHp20mBAXOcJm14=";
};
outputs = [ "out" "dev" "doc" ];