grpc: 1.46.3 -> 1.47.0

https://github.com/grpc/grpc/releases/tag/v1.47.0
This commit is contained in:
Mario Rodas 2022-06-24 04:20:00 +00:00
parent 25c7844f79
commit 4e03320ec5

View file

@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "grpc";
version = "1.46.3"; # N.B: if you change this, please update:
version = "1.47.0"; # N.B: if you change this, please update:
# pythonPackages.grpcio-tools
# pythonPackages.grpcio-status
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
sha256 = "sha256-RiXtKlRtlbqwrSxI904dgSu3da0A6Fwk+/hWHIG7A5E=";
sha256 = "sha256-fMYAos0gQelFMPkpR0DdKr4wPX+nhZSSqeaU4URqgto=";
fetchSubmodules = true;
};