gocode: 20150904 -> 20170219
Go completion wasn't working (at least from youcompleteme); this fixes that.
This commit is contained in:
parent
7eb7126f5a
commit
4abbe3c5fc
@ -2,14 +2,14 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "gocode-${version}";
|
||||
version = "20150904-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
rev = "680a0fbae5119fb0dbea5dca1d89e02747a80de0";
|
||||
version = "20170219-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
rev = "f54790e5d4386b60b80d0c6f9e59db345839d7cc";
|
||||
|
||||
goPackagePath = "github.com/nsf/gocode";
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/nsf/gocode";
|
||||
sha256 = "1ay2xakz4bcn8r3ylicbj753gjljvv4cj9l4wfly55cj1vjybjpv";
|
||||
sha256 = "1x9wdahpdkqwqkipxl5m0sh8d59i389rdvrsyz57slpfd0hapkks";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user