Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57ed5db343f7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7ae4cbd0057
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 6, 2020

  1. grpcurl: 1.0.0 -> 1.4.0

    bbigras committed Feb 6, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    005c829 View commit details

Commits on Feb 7, 2020

  1. Merge pull request #79361 from bbigras/grpcurl

    grpcurl: 1.0.0 -> 1.4.0
    basvandijk authored Feb 7, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a7ae4cb View commit details
10 changes: 4 additions & 6 deletions pkgs/tools/networking/grpcurl/default.nix
Original file line number Diff line number Diff line change
@@ -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";
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.