about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-21 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-02-21 04:20:00 +0000
commitce3e06f8cc7b45187b50c75ffe893698f34633cc (patch)
treeb029230b054c464c07ba39d7ff73599e8f3eac93
parent173041b36f9e5830a5a080cdf8a0e3027450b0a1 (diff)
grpc: 1.61.1 -> 1.62.0
Diff: https://github.com/grpc/grpc/compare/v1.61.1...v1.62.0

Changelog: https://github.com/grpc/grpc/releases/tag/v1.62.0
-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 f6dec8b7b1b4c..ba1a4a8c123ec 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.61.1"; # N.B: if you change this, please update:
+  version = "1.62.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-vrLkiNnsW6IpZNGhs6iZgEhdlV9Qpg8PLMDG2BKY2wo=";
+    hash = "sha256-iqoxgo/oocO9gBq0o5bmZvre/EwRguMrWnmwvyLGLr8=";
     fetchSubmodules = true;
   };