grpc_cli: 1.71.1 -> 1.72.0

This commit is contained in:
R. Ryantm
2025-05-29 01:02:46 +00:00
parent 6ed432a97e
commit d49973232b
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.71.1";
version = "1.72.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-5O+KsiytR1UBi8eS9pPuGrt7KCZSY0VGHMHVO/LZkg8=";
hash = "sha256-3ZFQ59zoxNlS5tdm5Bt8EyKyp+9HEpYvLlWarErIR6g=";
fetchSubmodules = true;
};
nativeBuildInputs = [