grpc: 1.42.0 -> 1.43.0

https://github.com/grpc/grpc/releases/tag/v1.43.0
This commit is contained in:
Mario Rodas 2021-12-18 04:20:00 +00:00
parent 344b6be5b4
commit 1fcc7c0ef4

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "grpc";
version = "1.42.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
version = "1.43.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 = "sha256-9/ywbnvd8hqeblFe+X9SM6PkRPB/yqE8Iw9TNmLMSOE=";
sha256 = "sha256-NPyCQsrmD/gBs4UHPGbBACmGRTNQDj6WfnfLNdWulK4=";
fetchSubmodules = true;
};