vimPlugins.gentoo-syntax: init at 2019-09-30
This commit is contained in:
@@ -1188,6 +1188,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
gentoo-syntax = buildVimPluginFrom2Nix {
|
||||
pname = "gentoo-syntax";
|
||||
version = "2019-09-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "gentoo";
|
||||
repo = "gentoo-syntax";
|
||||
rev = "d09e3a3cf3b9c37b1cf0cd7e4952e24c46bfb9fe";
|
||||
sha256 = "0d0brqssq4qrx0l0yr668jvq5zk5pxqfkr8d8acbds8a48afz6zf";
|
||||
};
|
||||
};
|
||||
|
||||
ghcid = buildVimPluginFrom2Nix {
|
||||
pname = "ghcid";
|
||||
version = "2019-10-13";
|
||||
|
||||
Reference in New Issue
Block a user