grpc_cli: 1.75.0 -> 1.75.1 (#446542)

This commit is contained in:
Nick Cao
2025-09-28 22:43:47 +00:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.75.0";
version = "1.75.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-2SeL/O6FaAnrPXMHAPKCSzx3hlcKLuC5y+ljJ1gewkE=";
hash = "sha256-SnKK52VLO4MM/ftfmzRV/LeLfOucdIyHMyWk6EKRfvM=";
fetchSubmodules = true;
};
nativeBuildInputs = [