about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-17 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-11-17 04:20:00 +0000
commitbfb4b03edafe661d02a5f3ba3eb04abeac6728b6 (patch)
tree248a8b0f1a528c1807df4199ddc70ad824fbd29b
parent653e323f3a5a62f4f640755e66297d8243dc0695 (diff)
grpc: 1.59.1 -> 1.59.3
Diff: https://github.com/grpc/grpc/compare/v1.59.1...v1.59.3

Changelog: https://github.com/grpc/grpc/releases/tag/v1.59.3
-rw-r--r--pkgs/development/libraries/grpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix
index daf3bad132d3d..586dffd4262de 100644
--- a/pkgs/development/libraries/grpc/default.nix
+++ b/pkgs/development/libraries/grpc/default.nix
@@ -21,7 +21,7 @@
 
 stdenv.mkDerivation rec {
   pname = "grpc";
-  version = "1.59.1"; # N.B: if you change this, please update:
+  version = "1.59.3"; # N.B: if you change this, please update:
     # pythonPackages.grpcio-tools
     # pythonPackages.grpcio-status
 
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "grpc";
     repo = "grpc";
     rev = "v${version}";
-    hash = "sha256-4bou7oFQOgyxjFqJdmiFT8xEMCsOap9v34W6SPrT4WQ=";
+    hash = "sha256-nsNaFshPlIt+B4Bw8djUqarI4mO/4YO8RcokCYibaaI=";
     fetchSubmodules = true;
   };