Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
152 lines
3.5 KiB
Nix
152 lines
3.5 KiB
Nix
{
|
|
erubis = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.0";
|
|
};
|
|
ffi = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6";
|
|
type = "gem";
|
|
};
|
|
version = "1.17.1";
|
|
};
|
|
multi_json = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0q2zjfvd2ibds9g9nzf2p1b47fc1wqliwfywv5pw85w15lmy91yr";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.6";
|
|
};
|
|
rack = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0wr1f3g9rc9i8svfxa9cijajl1661d817s56b2w7rd572zwn0zi0";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.13";
|
|
};
|
|
rack-protection = {
|
|
dependencies = [ "rack" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0my0wlw4a5l3hs79jkx2xzv7djhajgf8d28k8ai1ddlnxxb0v7ss";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.5";
|
|
};
|
|
rb-fsevent = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.2";
|
|
};
|
|
rb-inotify = {
|
|
dependencies = [ "ffi" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.1";
|
|
};
|
|
riemann-dash = {
|
|
dependencies = [
|
|
"erubis"
|
|
"multi_json"
|
|
"sass"
|
|
"sinatra"
|
|
"webrick"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1h366knb1vx5l4a46ppfr2sb467bb4m448fh8q2al0ixw7wqncvr";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.14";
|
|
};
|
|
sass = {
|
|
dependencies = [ "sass-listen" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
|
|
type = "gem";
|
|
};
|
|
version = "3.7.4";
|
|
};
|
|
sass-listen = {
|
|
dependencies = [
|
|
"rb-fsevent"
|
|
"rb-inotify"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.0";
|
|
};
|
|
sinatra = {
|
|
dependencies = [
|
|
"rack"
|
|
"rack-protection"
|
|
"tilt"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0byxzl7rx3ki0xd7aiv1x8mbah7hzd8f81l65nq8857kmgzj1jqq";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.8";
|
|
};
|
|
tilt = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0szpapi229v3scrvw1pgy0vpjm7z3qlf58m1198kxn70cs278g96";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.0";
|
|
};
|
|
webrick = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0s42mxihcl2bx0h9q0v2syl70qndydfkl39a06h9il17p895ya8g";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.1";
|
|
};
|
|
}
|