Skip to content

Commit

Permalink
delve: 1.4.1 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 30, 2020
1 parent dd049a4 commit 5bd5e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/delve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "delve";
version = "1.4.1";
version = "1.5.0";

goPackagePath = "github.com/go-delve/delve";
excludedPackages = "\\(_fixtures\\|scripts\\|service/test\\)";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
sha256 = "007bc69r26w0sv6v9mbjdnmnkahpfk5998isx81ma7cinqdhi1cj";
sha256 = "0m7fryclrj0qzqzcjn0xc9vl43srijyfahfkqdbm59xgpws67anp";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 5bd5e2c

Please sign in to comment.