1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

grpc_cli: 1.59.1 -> 1.59.2

This commit is contained in:
R. Ryantm 2023-11-01 05:04:58 +00:00
parent 26ad83bc7b
commit bf9ba5a312

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.59.1";
version = "1.59.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-4bou7oFQOgyxjFqJdmiFT8xEMCsOap9v34W6SPrT4WQ=";
hash = "sha256-ZWVXoup+gpELOsdCg36swiJFeDdioR/cHkDV68OWsso=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];