37 lines
816 B
Nix
37 lines
816 B
Nix
|
|
{
|
||
|
|
mini_portile2 = {
|
||
|
|
groups = [ "default" ];
|
||
|
|
platforms = [ ];
|
||
|
|
source = {
|
||
|
|
remotes = [ "https://rubygems.org" ];
|
||
|
|
sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc";
|
||
|
|
type = "gem";
|
||
|
|
};
|
||
|
|
version = "2.8.9";
|
||
|
|
};
|
||
|
|
nokogiri = {
|
||
|
|
dependencies = [
|
||
|
|
"mini_portile2"
|
||
|
|
"racc"
|
||
|
|
];
|
||
|
|
groups = [ "default" ];
|
||
|
|
platforms = [ ];
|
||
|
|
source = {
|
||
|
|
remotes = [ "https://rubygems.org" ];
|
||
|
|
sha256 = "0rb306hbky6cxfyc8vrwpvl40fdapjvhsk62h08gg9wwbn3n8x4c";
|
||
|
|
type = "gem";
|
||
|
|
};
|
||
|
|
version = "1.18.8";
|
||
|
|
};
|
||
|
|
racc = {
|
||
|
|
groups = [ "default" ];
|
||
|
|
platforms = [ ];
|
||
|
|
source = {
|
||
|
|
remotes = [ "https://rubygems.org" ];
|
||
|
|
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
|
||
|
|
type = "gem";
|
||
|
|
};
|
||
|
|
version = "1.8.1";
|
||
|
|
};
|
||
|
|
}
|