49dace3857
The original ronn has long been unmaintained. Let’s switch to the same fork Alpine and Debian use, since there are projects expecting ronn to support command-line arguments introduced by this fork. Fixes: https://github.com/NixOS/nixpkgs/issues/168103
76 lines
1.8 KiB
Nix
76 lines
1.8 KiB
Nix
{
|
|
kramdown = {
|
|
dependencies = ["rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0757lqaq593z8hzdv98nai73ag384dkk7jgj3mcq2r6ix7130ifb";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.2";
|
|
};
|
|
mini_portile2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.0";
|
|
};
|
|
mustache = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2";
|
|
type = "gem";
|
|
};
|
|
version = "0.99.8";
|
|
};
|
|
nokogiri = {
|
|
dependencies = ["mini_portile2" "racc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1g43ii497cwdqhfnaxfl500bq5yfc5hfv5df1lvf6wcjnd708ihd";
|
|
type = "gem";
|
|
};
|
|
version = "1.13.4";
|
|
};
|
|
racc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
rexml = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.5";
|
|
};
|
|
ronn-ng = {
|
|
dependencies = ["kramdown" "mustache" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1slxfg57cabmh98fw507z4ka6lwq1pvbrqwppflxw6700pi8ykfh";
|
|
type = "gem";
|
|
};
|
|
version = "0.9.1";
|
|
};
|
|
}
|