about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-17 15:56:41 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-17 15:56:41 +0200
commitf9a6f6ffd1b946875e6ef518097a5d3df25ee39a (patch)
tree9ee646d566014f452831c963cb419c58360beb95
parent90ec9bb4d7aef98b511aef1d0f1ae39c269c9e7d (diff)
parentfa5e615286e236dee20921e02a1808dcbb45a44d (diff)
Merge #261399: ngtcp2-gnutls: 0.19.1 -> 1.0.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 45f7d9d67db39..53d8454264bd4 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 = "0.19.1";
+  version = "1.0.0";
 
   src = fetchFromGitHub {
     owner = "ngtcp2";
     repo = "ngtcp2";
     rev = "v${version}";
-    hash = "sha256-agiQRy/e5VS+ANxajXYi5huRjQQ2M8eddH/AzmwnHdQ=";
+    hash = "sha256-dnYIRcNGTIzETu2OjTJa0IWB1+xttdGFKRBmMkTwrXk=";
   };
 
   outputs = [ "out" "dev" ];