grpc: 1.31.0 -> 1.32.0

https://github.com/grpc/grpc/releases/tag/v1.32.0
This commit is contained in:
Mario Rodas 2020-09-09 18:00:00 -05:00
parent b03c729c88
commit 4051e867ba

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, fetchpatch, cmake, zlib, c-ares, pkgconfig, openssl, protobuf, gflags, abseil-cpp }: { stdenv, fetchFromGitHub, fetchpatch, cmake, zlib, c-ares, pkgconfig, openssl, protobuf, gflags, abseil-cpp }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.31.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too version = "1.32.0"; # 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 = "1h7gmhkjijfkpqhz8vswhkz2gkphs638g10dlkayic8xg9xdl4gj"; sha256 = "0v48h0j0gxcp9s63z1ibwgz4416qd6iq728la80y6gl8rklrqf0c";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = [ patches = [