Merge pull request #29534 from etu/update-gocode

gocode: 20170530 -> 20170903

authored by Franz Pletz and committed by GitHub 8a401881 9efe27ee

+3 -3
+3 -3
pkgs/development/tools/gocode/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "gocode-${version}"; 5 - version = "20170530-${stdenv.lib.strings.substring 0 7 rev}"; 6 - rev = "f1eef9a6ba005abb145d7b58fdd225e83a3c6a05"; 5 + version = "20170903-${stdenv.lib.strings.substring 0 7 rev}"; 6 + rev = "c7fddb39ecbc9ebd1ebe7d2a3af473ed0fffffa1"; 7 7 8 8 goPackagePath = "github.com/nsf/gocode"; 9 9 ··· 15 15 src = fetchgit { 16 16 inherit rev; 17 17 url = "https://github.com/nsf/gocode"; 18 - sha256 = "1hkr46ikrprx203i2yr6xds1bzxggblh7bg026m2cda6dxgpnsgw"; 18 + sha256 = "0qx8pq38faig41xkl1a4hrgp3ziyjyn6g53vn5wj7cdgm5kk67nb"; 19 19 }; 20 20 }