Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpcurl: 1.0.0 -> 1.4.0 #79361

Merged
merged 1 commit into from Feb 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 4 additions & 6 deletions pkgs/tools/networking/grpcurl/default.nix
Expand Up @@ -4,21 +4,19 @@

buildGoPackage rec {
pname = "grpcurl";
version = "1.0.0";
version = "1.4.0";
rev = "v${version}";

goPackagePath = "github.com/fullstorydev/grpcurl";

src = fetchFromGitHub {
owner = "fullstorydev";
repo = "grpcurl";
rev = "d4d048fade4abcc2f0c3fb6f3e207289401d0a10";
sha256 = "0v45lwjw2phavhi6m4ql49ri1423m249a6xcf00v9hi2x1y9dh6q";
rev = "ccc9007156e7177388c8dd45ec694aebeb2da996";
sha256 = "1zgiqg9c6vk45x16n04bpfvj9z838nck7ihdcsbfz89xgq7f1c0b";
};

goDeps = if stdenv.isDarwin
then ./deps-darwin.nix
else ./deps-linux.nix;
goDeps = ./deps.nix;

meta = {
description = "Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers";
Expand Down
57 changes: 0 additions & 57 deletions pkgs/tools/networking/grpcurl/deps-darwin.nix

This file was deleted.

66 changes: 0 additions & 66 deletions pkgs/tools/networking/grpcurl/deps-linux.nix

This file was deleted.

183 changes: 183 additions & 0 deletions pkgs/tools/networking/grpcurl/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.