grpc_cli: 1.74.1 -> 1.75.0 (#443304)

authored by Nick Cao and committed by GitHub 2a84f9e7 0f5093ad

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