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>2021-11-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-11-18 04:20:00 +0000
commitdeb8e275eac9606c4387d2fb24ec5c82cdac6b73 (patch)
tree2f368b246018216cf137d10569d33728e971eaa8 /pkgs/development/libraries/grpc
parentd9e8a587e143aa8d3f1594004d63b5c785b416fb (diff)
grpc: 1.41.0 -> 1.42.0
https://github.com/grpc/grpc/releases/tag/v1.42.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 8cd26ab31052e..c00e5a4e0d309 100644
--- a/pkgs/development/libraries/grpc/default.nix
+++ b/pkgs/development/libraries/grpc/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "grpc";
-  version = "1.41.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
+  version = "1.42.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
 
   src = fetchFromGitHub {
     owner = "grpc";
     repo = "grpc";
     rev = "v${version}";
-    sha256 = "1mcgnzwc2mcdpcfhc1b37vff0biwyd3v0a2ack58wgf4336pzlsb";
+    sha256 = "sha256-9/ywbnvd8hqeblFe+X9SM6PkRPB/yqE8Iw9TNmLMSOE=";
     fetchSubmodules = true;
   };