59 lines
1.3 KiB
Nix
59 lines
1.3 KiB
Nix
{
|
|
childprocess = {
|
|
dependencies = [ "logger" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1v5nalaarxnfdm6rxb7q6fmc6nx097jd630ax6h9ch7xw95li3cs";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.0";
|
|
};
|
|
iniparse = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1wb1qy4i2xrrd92dc34pi7q7ibrjpapzk9y465v0n9caiplnb89n";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.0";
|
|
};
|
|
logger = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.0";
|
|
};
|
|
overcommit = {
|
|
dependencies = [
|
|
"childprocess"
|
|
"iniparse"
|
|
"rexml"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1l68phk7kixncc13db5yqgkryf69gc3h63vj7l5f2970i1ix5g5z";
|
|
type = "gem";
|
|
};
|
|
version = "0.68.0";
|
|
};
|
|
rexml = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
|
|
type = "gem";
|
|
};
|
|
version = "3.4.1";
|
|
};
|
|
}
|