grpc_cli: 1.75.0 -> 1.75.1 (#446542)

authored by Nick Cao and committed by GitHub faa51419 e70a959a

+2 -2
+2 -2
pkgs/by-name/gr/grpc_cli/package.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "grpc_cli"; 14 - version = "1.75.0"; 15 src = fetchFromGitHub { 16 owner = "grpc"; 17 repo = "grpc"; 18 rev = "v${version}"; 19 - hash = "sha256-2SeL/O6FaAnrPXMHAPKCSzx3hlcKLuC5y+ljJ1gewkE="; 20 fetchSubmodules = true; 21 }; 22 nativeBuildInputs = [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "grpc_cli"; 14 + version = "1.75.1"; 15 src = fetchFromGitHub { 16 owner = "grpc"; 17 repo = "grpc"; 18 rev = "v${version}"; 19 + hash = "sha256-SnKK52VLO4MM/ftfmzRV/LeLfOucdIyHMyWk6EKRfvM="; 20 fetchSubmodules = true; 21 }; 22 nativeBuildInputs = [