Skip to content

Commit b779916

Browse files
committed
grpc_cli: 1.68.2 -> 1.69.0
1 parent 7fa1a3c commit b779916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gr/grpc_cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "grpc_cli";
14-
version = "1.68.2";
14+
version = "1.69.0";
1515
src = fetchFromGitHub {
1616
owner = "grpc";
1717
repo = "grpc";
1818
rev = "v${version}";
19-
hash = "sha256-GxD/1qoLIjQzgYyNuK4zLvBZtOcV+w+KamnUS2qcesw=";
19+
hash = "sha256-rRiPUcr6of/sjqB+qr7eOkKVFGTnu8UjluULmcn8df4=";
2020
fetchSubmodules = true;
2121
};
2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)