about summary refs log tree commit diff
path: root/pkgs/development/libraries/grpc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-28 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-28 04:20:00 +0000
commit9f75cd079cf280ac6e374c4f72360a19331a0c93 (patch)
tree2782584b36a139002a6f00559087a38bc8c33cb0 /pkgs/development/libraries/grpc
parente57d0144546d9935729eca6c33451c3ca85da69a (diff)
grpc: 1.52.1 -> 1.53.0
https://github.com/grpc/grpc/releases/tag/v1.53.0
Diffstat (limited to 'pkgs/development/libraries/grpc')
-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 0d0a66973dc8b..2d591109f27d6 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.52.1"; # N.B: if you change this, please update:
+  version = "1.53.0"; # 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-TE4Q2L4TF0bhgQyPcfgYolb5VXDWjOIyt5mv/HNIfTk=";
+    hash = "sha256-YRVWR1woMDoq8TWFrL2nqQvAbtqBnUd3QlfbFTJm8dc=";
     fetchSubmodules = true;
   };