Merge pull request #117155 from marsam/update-grpc

grpc: 1.36.1 -> 1.36.4
This commit is contained in:
Mario Rodas 2021-03-23 19:51:32 -05:00 committed by GitHub
commit d2fbcbdcd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
}:
stdenv.mkDerivation rec {
version = "1.36.1"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
version = "1.36.4"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
pname = "grpc";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
sha256 = "0lb6pls9m05bvr6bvqzp6apdchhsazc5866yvmgkm979xcrzdy2z";
sha256 = "1zxvdg5vgjgkq5wmzwbxj2zydaj90ja074axs26yzd9x08j0bjxz";
fetchSubmodules = true;
};
patches = [