Merge #296906: ngtcp2-gnutls: 1.3.0 -> 1.4.0

ACKed in knot-dns upstream (the only direct consumer in nixpkgs):
f17ac1ee4b
This commit is contained in:
Vladimír Čunát 2024-03-18 19:36:23 +01:00
commit 4df5836398
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-KKfr5AjaC56yUNdk928H1PyP79GnQJ2pIZcZQTgLhEQ=";
hash = "sha256-C1Rk0KzTvFpwCz8vXvhSqGjYmGyLZxmnzZhPLZiL97M=";
};
outputs = [ "out" "dev" ];