lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #194965 from r-ryantm/auto-update/grpc-client-cli

grpc-client-cli: 1.14.0 -> 1.15.0

authored by

Mario Rodas and committed by
GitHub
07586a58 083b0d54

+3 -3
+3 -3
pkgs/development/tools/misc/grpc-client-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "grpc-client-cli"; 5 - version = "1.14.0"; 5 + version = "1.15.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vadimi"; 9 9 repo = "grpc-client-cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ckvCgwpgEK/GJ+uqe81Gv3tx3sFlSKdh1nwLZU6LoHs="; 11 + sha256 = "sha256-MZEsThE0cajIJXvsuefNjQMAmnATNCWYBVVJQnd+q6c="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-QcBPbwWVdjPFTEifKGtZH9wr7UI5OKcyWfVa8aWs4iA="; 14 + vendorSha256 = "sha256-4rU2r0hOR+XCZubLZCNnqoJ1br/WNtb70HN5urat5jQ="; 15 15 16 16 meta = with lib; { 17 17 description = "generic gRPC command line client";