You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
Nix
54 lines
1.3 KiB
Nix
{
|
|
asciidoctor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.10";
|
|
};
|
|
asciidoctor-diagram = {
|
|
dependencies = ["asciidoctor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "095ar1hj96mi9vxnjjdkj7yzc3lp4wjxh4qsijx9inqflbcw7x71";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.18";
|
|
};
|
|
asciidoctor-revealjs = {
|
|
dependencies = ["asciidoctor" "concurrent-ruby" "thread_safe"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "16gk16ym30xyqhl8wphj4a9lz1zgv0m7bf9b0avxz2922l4hr091";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.0";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.5";
|
|
};
|
|
thread_safe = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.6";
|
|
};
|
|
} |