1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

grpc_cli: 1.65.1 -> 1.65.2

This commit is contained in:
R. Ryantm 2024-07-27 09:58:16 +00:00
parent e97c8b67e3
commit ff0e1e0f5a

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.65.1";
version = "1.65.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-6/QmOnLDNTSHS0+hBe1LblHMfcpxNwzVPd0iBu1WiGs=";
hash = "sha256-G9Wo5ySqexxn/Od8qPvmHOhW+X/U6/MMZqtZ6uFKifY=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];