mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-10 09:07:17 +00:00
Merge pull request #29534 from etu/update-gocode
gocode: 20170530 -> 20170903
This commit is contained in:
commit
8a401881fe
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gocode-${version}";
|
name = "gocode-${version}";
|
||||||
version = "20170530-${stdenv.lib.strings.substring 0 7 rev}";
|
version = "20170903-${stdenv.lib.strings.substring 0 7 rev}";
|
||||||
rev = "f1eef9a6ba005abb145d7b58fdd225e83a3c6a05";
|
rev = "c7fddb39ecbc9ebd1ebe7d2a3af473ed0fffffa1";
|
||||||
|
|
||||||
goPackagePath = "github.com/nsf/gocode";
|
goPackagePath = "github.com/nsf/gocode";
|
||||||
|
|
||||||
@ -15,6 +15,6 @@ buildGoPackage rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/nsf/gocode";
|
url = "https://github.com/nsf/gocode";
|
||||||
sha256 = "1hkr46ikrprx203i2yr6xds1bzxggblh7bg026m2cda6dxgpnsgw";
|
sha256 = "0qx8pq38faig41xkl1a4hrgp3ziyjyn6g53vn5wj7cdgm5kk67nb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user