mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
44 lines
1.0 KiB
Nix
44 lines
1.0 KiB
Nix
{
|
|
lolcat = {
|
|
dependencies = ["manpages" "optimist" "paint"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0422869sf6hif1nrfzi8fwklnrdqj6hxxwg3403xvd9d50yndrn4";
|
|
type = "gem";
|
|
};
|
|
version = "99.9.99";
|
|
};
|
|
manpages = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "11p6ilnfda6af15ks3xiz2pr0hkvdvadnk1xm4ahqlf84dld3fnd";
|
|
type = "gem";
|
|
};
|
|
version = "0.6.1";
|
|
};
|
|
optimist = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
paint = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ldb269l3pzkihmsws19cr9h3l6naw8c2fqpav8ck3nllnyiv7r2";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.3";
|
|
};
|
|
}
|