grpc: 1.41.0 -> 1.42.0

https://github.com/grpc/grpc/releases/tag/v1.42.0
This commit is contained in:
Mario Rodas
2021-11-18 04:20:00 +00:00
parent d9e8a587e1
commit deb8e275ea
+2 -2
View File
@@ -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;
};