grpc: 1.78.1 -> 1.80.0
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
# nixpkgs-update: no auto update
|
# nixpkgs-update: no auto update
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "grpc";
|
pname = "grpc";
|
||||||
version = "1.78.1"; # N.B: if you change this, please update:
|
version = "1.80.0"; # N.B: if you change this, please update:
|
||||||
# pythonPackages.grpcio
|
# pythonPackages.grpcio
|
||||||
# pythonPackages.grpcio-channelz
|
# pythonPackages.grpcio-channelz
|
||||||
# pythonPackages.grpcio-health-checking
|
# pythonPackages.grpcio-health-checking
|
||||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "grpc";
|
owner = "grpc";
|
||||||
repo = "grpc";
|
repo = "grpc";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-YgluQqrJj0NfrNqRjNkLISjEpEmXvjS5UmqAl3Xtf64=";
|
hash = "sha256-/dpTRG5JcZY2VAsqOYNIpFW7ouSy/eC2STulP7qdSYg=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user