Merge pull request #271332 from marsam/update-grpc

grpc: 1.59.3 -> 1.60.0
This commit is contained in:
Mario Rodas 2023-12-02 08:59:27 -05:00 committed by GitHub
commit 0dff371f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "grpc";
version = "1.59.3"; # N.B: if you change this, please update:
version = "1.60.0"; # N.B: if you change this, please update:
# pythonPackages.grpcio-tools
# pythonPackages.grpcio-status
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-nsNaFshPlIt+B4Bw8djUqarI4mO/4YO8RcokCYibaaI=";
hash = "sha256-0mn+nQAgaurd1WomzcLUAYwp88l26qGkP+cP1SSYxsE=";
fetchSubmodules = true;
};