gocode-gomod: 2018-10-16 -> 2019-02-12

This commit is contained in:
Roman Volosatovs 2019-02-15 20:53:02 +01:00
parent 3aae18f7dd
commit 96f3a583f1
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -2,8 +2,8 @@
buildGoPackage rec {
name = "gocode-gomod-unstable-${version}";
version = "2018-10-16";
rev = "12640289f65065d652cc942ffa01a52bece1dd53";
version = "2019-02-12";
rev = "8cc90faaf4765d16de060350da41eadccc1a15d1";
goPackagePath = "github.com/stamblerre/gocode";
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "stamblerre";
repo = "gocode";
sha256 = "1avv0b5p2l8pv38m5gg97k57ndr5k9yy0rfkmmwjq96pa221hs1q";
sha256 = "0y5lc7sq3913mvvczwx8mq5l3l9yg34jzaw742q8jpd1jzqyza94";
};
goDeps = ./deps.nix;
@ -45,6 +45,6 @@ buildGoPackage rec {
homepage = https://github.com/stamblerre/gocode;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [ kalbasit rvolosatovs ];
};
}