Skip to content

Commit

Permalink
delve: 0.11.0-alpha -> 0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester authored and grahamc committed Mar 6, 2017
1 parent 74b23af commit 906afc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/delve/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoPackage rec {
name = "delve-${version}";
version = "0.11.0-alpha";
version = "0.12.1";

goPackagePath = "github.com/derekparker/delve";
excludedPackages = "_fixtures";
excludedPackages = "\\(_fixtures\\|scripts\\|service/test\\)";

src = fetchFromGitHub {
owner = "derekparker";
repo = "delve";
rev = "v${version}";
sha256 = "10axxlvqpa6gx6pz2djp8bb08b83rdj1pavay0nqdd2crsb6rvgd";
sha256 = "0vkyx9sd66yrqz9sa4pysmpjv6gdgpfk1icrbjk93h2ry15ma8d6";
};

meta = {
Expand Down

0 comments on commit 906afc7

Please sign in to comment.