grpc: 1.34.0 -> 1.34.1

https://github.com/grpc/grpc/releases/tag/v1.34.1
This commit is contained in:
Mario Rodas 2021-01-16 06:56:06 -05:00
parent ff9818d6a0
commit 00dcba48bb

View File

@ -3,13 +3,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.34.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too version = "1.34.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 = "0kipk26kg2x06mrkhb74k8vk5cn4mr89kw1f9mb04n616wkxjyxy"; sha256 = "0p6si9i0gg885ag2x87a7jyzhgd5lhx2bh2vjj2ra1jn6y3vg6qk";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = [ patches = [