ngtcp2: 1.0.0 -> 1.1.0

This commit is contained in:
Izorkin 2023-11-28 11:38:34 +03:00
parent 49570cd067
commit c3e8fafcc0
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 = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-dnYIRcNGTIzETu2OjTJa0IWB1+xttdGFKRBmMkTwrXk=";
hash = "sha256-z6lvtfO5XL/bZgbE+Sak+32QzjEhAdOnkpIO731h+bk=";
};
outputs = [ "out" "dev" "doc" ];