godef: 20160620-ee532b9 -> 20170920-b692db1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-01-02 10:57:05 +01:00
parent a0be858835
commit cd30356b2e
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -2,8 +2,8 @@
buildGoPackage rec {
name = "godef-${version}";
version = "20160620-${stdenv.lib.strings.substring 0 7 rev}";
rev = "ee532b944160bb27b6f23e4f5ef38b8fdaa2a6bd";
version = "20170920-${stdenv.lib.strings.substring 0 7 rev}";
rev = "b692db1de5229d4248e23c41736b431eb665615d";
goPackagePath = "github.com/rogpeppe/godef";
excludedPackages = "go/printer/testdata";
@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit {
inherit rev;
url = "https://github.com/rogpeppe/godef";
sha256 = "1r8c4ijjnwvb9pci4wasmq88yj0ginwly2542kw4hyg2c87j613l";
sha256 = "0xqp9smfyznm8v2iy4wyy3kd24mga12fx0y0896qimac4hj2al15";
};
meta = {