mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
gocode-gomod: 2018-10-16 -> 2019-02-12
This commit is contained in:
parent
3aae18f7dd
commit
96f3a583f1
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue