mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
44 lines
1 KiB
Nix
44 lines
1 KiB
Nix
|
{
|
||
|
highline = {
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "2.0.3";
|
||
|
};
|
||
|
json_pure = {
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "05ddn30jkpw6anfakfm7lffnrl2i0265ryrrwa4j0ivihjr95y82";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "2.6.1";
|
||
|
};
|
||
|
thor = {
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "1.2.1";
|
||
|
};
|
||
|
vimgolf = {
|
||
|
dependencies = ["highline" "json_pure" "thor"];
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "190dzqkvshd4i6jf30xnpm4sczraw6rdh4wvfh6qnmg0czmj0sny";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "0.5.0";
|
||
|
};
|
||
|
}
|