about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 13:25:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 13:25:05 +0000
commit6563fa504adb72e9657023772083fbe8bee9784b (patch)
tree2dc5e2f7c66850120ce1bc3b6756a8290b2c2908 /pkgs
parentd0d9d40f136fdbf8d1c041887cdd52823f0b3fea (diff)
ngtcp2-gnutls: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ngtcp2/gnutls.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ngtcp2/gnutls.nix b/pkgs/development/libraries/ngtcp2/gnutls.nix
index 04b220bacee19..b52156977411e 100644
--- a/pkgs/development/libraries/ngtcp2/gnutls.nix
+++ b/pkgs/development/libraries/ngtcp2/gnutls.nix
@@ -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" ];