Skip to content

Commit

Permalink
gocode: update to f1eef9a6, fix stdlib completions
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrahan committed Jul 26, 2017
1 parent 998a0e8 commit 4244a16
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/development/tools/gocode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

buildGoPackage rec {
name = "gocode-${version}";
version = "20170219-${stdenv.lib.strings.substring 0 7 rev}";
rev = "f54790e5d4386b60b80d0c6f9e59db345839d7cc";
version = "20170530-${stdenv.lib.strings.substring 0 7 rev}";
rev = "f1eef9a6ba005abb145d7b58fdd225e83a3c6a05";

goPackagePath = "github.com/nsf/gocode";

# we must allow references to the original `go` package,
# because `gocode` needs to dig into $GOROOT to provide completions for the
# standard packages.
allowGoReference = true;

src = fetchgit {
inherit rev;
url = "https://github.com/nsf/gocode";
sha256 = "1x9wdahpdkqwqkipxl5m0sh8d59i389rdvrsyz57slpfd0hapkks";
sha256 = "1hkr46ikrprx203i2yr6xds1bzxggblh7bg026m2cda6dxgpnsgw";
};
}

0 comments on commit 4244a16

Please sign in to comment.