about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-11-12 06:15:12 +0100
committerVladimír Čunát <v@cunat.cz>2023-11-12 06:15:12 +0100
commit8213089f8dc69fe36b1d4cb5a4d8eeb3618ec357 (patch)
tree631001e2dcd48b15debbc88200d451276742612d
parentb07a29c8fc41bed7e24c3092eb5c55b0e594f03c (diff)
parent3358e7ac3ab6a7044deaab39a895cb6292011a19 (diff)
Merge #266946: ngtcp2-gnutls: 1.0.0 -> 1.0.1
-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 53d8454264bd4..851d687077cd9 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.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "ngtcp2";
     repo = "ngtcp2";
     rev = "v${version}";
-    hash = "sha256-dnYIRcNGTIzETu2OjTJa0IWB1+xttdGFKRBmMkTwrXk=";
+    hash = "sha256-Z8rMujmshdes5SLU5GpXu6QzAHl957sFDK+QSdGYCOc=";
   };
 
   outputs = [ "out" "dev" ];