summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 15:48:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 15:48:36 +0000
commit6c36332de5393c46f14903a2dfe0fa72744d1e59 (patch)
tree74881ef4dc3dd65fbb8480b9afc12e3a38c0cd0f
parentf6caf65a4a8031f9e1073949734d91b3293034b0 (diff)
downloadnixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar.gz
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar.bz2
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar.lz
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar.xz
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.tar.zst
nixpkgs-6c36332de5393c46f14903a2dfe0fa72744d1e59.zip
nghttp2: 1.54.0 -> 1.57.0
-rw-r--r--pkgs/development/libraries/nghttp2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nghttp2/default.nix b/pkgs/development/libraries/nghttp2/default.nix
index e26fe4fa003..b208607f7b1 100644
--- a/pkgs/development/libraries/nghttp2/default.nix
+++ b/pkgs/development/libraries/nghttp2/default.nix
@@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp;
 
 stdenv.mkDerivation rec {
   pname = "nghttp2";
-  version = "1.54.0";
+  version = "1.57.0";
 
   src = fetchurl {
     url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-nZ0esJm0kvr6Gtn31pZZU3WP3vmtDPZaTQvcI3OAPa0=";
+    sha256 = "sha256-xjdnfLrESU6q+LDgOGFzFGhFgw76/+To3JL7O0KOWtI=";
   };
 
   outputs = [ "out" "dev" "lib" "doc" "man" ];