93 lines
2.2 KiB
Nix
93 lines
2.2 KiB
Nix
{
|
|
ceedling = {
|
|
dependencies = [
|
|
"constructor"
|
|
"deep_merge"
|
|
"diy"
|
|
"rake"
|
|
"thor"
|
|
"unicode-display_width"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "05iacl7p408b4p47khhvpp9hf00smb70x1qj8xmw50mdq2vng6gn";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
constructor = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "02qmp08kcvi5dkz3lxm5yck9msfwfx1msvrrz9d6z4klc14q889y";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.0";
|
|
};
|
|
deep_merge = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0fjn4civid68a3zxnbgyjj6krs3l30dy8b4djpg6fpzrsyix7kl3";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.2";
|
|
};
|
|
diy = {
|
|
dependencies = [ "constructor" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1gsgx4fi8yzjzafgsqcyjrj4wd8l0j07kkcp7w9pbfw7ay3glm79";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.2";
|
|
};
|
|
rake = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
|
|
type = "gem";
|
|
};
|
|
version = "13.2.1";
|
|
};
|
|
thor = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.2";
|
|
};
|
|
unicode-display_width = {
|
|
dependencies = [ "unicode-emoji" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.4";
|
|
};
|
|
unicode-emoji = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.4";
|
|
};
|
|
}
|