ngtcp2-gnutls: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2024-03-18 13:25:05 +00:00
parent d0d9d40f13
commit 6563fa504a
+2 -2
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" ];