Skip to content

Commit

Permalink
delve: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 21, 2021
1 parent 456481a commit bc8b650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/delve/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "delve";
version = "1.7.0";
version = "1.7.1";

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 = "sha256-RfBDeBuI/Yk24Q2jX/Re7fvx1bhYWJjqLhRkNHCaM9k=";
sha256 = "sha256-dnmV7LZjq86AwLWXfWBGm1pmFM0uipv1FwR6EhV8CZQ=";
};

subPackages = [ "cmd/dlv" ];
Expand Down

0 comments on commit bc8b650

Please sign in to comment.