Merge pull request #284226 from r-ryantm/auto-update/ngtcp2

ngtcp2: 1.1.0 -> 1.2.0
This commit is contained in:
Weijia Wang 2024-02-04 20:14:44 +01:00 committed by GitHub
commit 7f4a94fbce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-z6lvtfO5XL/bZgbE+Sak+32QzjEhAdOnkpIO731h+bk=";
hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw=";
};
outputs = [ "out" "dev" "doc" ];