Merge #310334: ngtcp2-gnutls: 1.4.0 -> 1.5.0

Updated upstream in
https://gitlab.nic.cz/knot/knot-dns/-/commit/55ce9f1025fab649c1fef2b262129c780fa2d847
This commit is contained in:
Vladimír Čunát
2024-05-10 09:30:07 +02:00
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-C1Rk0KzTvFpwCz8vXvhSqGjYmGyLZxmnzZhPLZiL97M=";
hash = "sha256-3tB1AvwGJJiujZEc5Uc2NSAETop4LFEgiml/v68oheM=";
};
outputs = [ "out" "dev" ];