grpc: 1.43.0 -> 1.44.0
This commit is contained in:
parent
9c5d593baa
commit
81380e5b4a
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "grpc";
|
pname = "grpc";
|
||||||
version = "1.43.0"; # N.B: if you change this, please update:
|
version = "1.44.0"; # N.B: if you change this, please update:
|
||||||
# pythonPackages.grpcio-tools
|
# pythonPackages.grpcio-tools
|
||||||
# pythonPackages.grpcio-status
|
# pythonPackages.grpcio-status
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "grpc";
|
owner = "grpc";
|
||||||
repo = "grpc";
|
repo = "grpc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-NPyCQsrmD/gBs4UHPGbBACmGRTNQDj6WfnfLNdWulK4=";
|
sha256 = "sha256-pG8RtAJJCLnxm+3hW1YsikyeNr9pjIRANeYhDJfTPbo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue