3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #56950 from rvolosatovs/update/gocode-gomod

gocode-gomod: 2018-10-16 -> 2019-02-12
This commit is contained in:
Matthew Bauer 2019-03-25 22:06:06 -04:00 committed by GitHub
commit 14e9703558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}