about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-13 14:26:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-13 14:26:42 +0000
commit3746ee8800501947d4f3f9c5a517bfdcbf32342f (patch)
treef94cf6e371ea65d51170821b20ecbbb9f05929a9
parentc9b3406603b62db1df60dc28d18a69ce41749729 (diff)
ngtcp2-gnutls: 1.5.0 -> 1.6.0
-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 1f07838128fff..5fd52b1f592a1 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.5.0";
+  version = "1.6.0";
 
   src = fetchFromGitHub {
     owner = "ngtcp2";
     repo = "ngtcp2";
     rev = "v${version}";
-    hash = "sha256-3tB1AvwGJJiujZEc5Uc2NSAETop4LFEgiml/v68oheM=";
+    hash = "sha256-Oaz5LX4R0vriURueQNklZ1dx1r8SWDaeK8oaUadlGtI=";
   };
 
   outputs = [ "out" "dev" ];