grpc: 1.37.0 -> 1.37.1

https://github.com/grpc/grpc/releases/tag/v1.37.1
This commit is contained in:
Mario Rodas 2021-04-30 04:20:00 +00:00
parent c8dff328e5
commit c8232cbac1

View File

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