nixpkgs/pkgs/servers/monitoring/riemann-dash/gemset.nix

73 lines
1.7 KiB
Nix
Raw Normal View History

2014-11-18 04:31:56 +01:00
{
2016-06-16 02:52:41 +02:00
erubis = {
source = {
2014-11-18 04:31:56 +01:00
sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3";
2016-06-16 02:52:41 +02:00
type = "gem";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
version = "2.7.0";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
multi_json = {
source = {
2014-11-18 04:31:56 +01:00
sha256 = "0q2zjfvd2ibds9g9nzf2p1b47fc1wqliwfywv5pw85w15lmy91yr";
2016-06-16 02:52:41 +02:00
type = "gem";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
version = "1.3.6";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
rack = {
source = {
2016-06-16 02:52:41 +02:00
remotes = ["https://rubygems.org"];
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
2014-11-18 04:31:56 +01:00
type = "gem";
};
version = "1.6.11";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
rack-protection = {
dependencies = ["rack"];
source = {
2014-11-18 04:31:56 +01:00
sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r";
2016-06-16 02:52:41 +02:00
type = "gem";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
version = "1.5.3";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
riemann-dash = {
dependencies = ["erubis" "multi_json" "sass" "sinatra" "webrick"];
source = {
2016-06-16 02:52:41 +02:00
remotes = ["https://rubygems.org"];
sha256 = "1y2vh9vcl21b6k2wqgz1y8bbcrl07r43s6q2vkgp35z1b28xcszy";
2014-11-18 04:31:56 +01:00
type = "gem";
};
2016-06-16 02:52:41 +02:00
version = "0.2.12";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
sass = {
source = {
2016-06-16 02:52:41 +02:00
remotes = ["https://rubygems.org"];
sha256 = "0dkj6v26fkg1g0majqswwmhxva7cd6p3psrhdlx93qal72dssywy";
2014-11-18 04:31:56 +01:00
type = "gem";
};
2016-06-16 02:52:41 +02:00
version = "3.4.22";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
sinatra = {
dependencies = ["rack" "rack-protection" "tilt"];
source = {
2016-06-16 02:52:41 +02:00
remotes = ["https://rubygems.org"];
sha256 = "1b81kbr65mmcl9cdq2r6yc16wklyp798rxkgmm5pr9fvsj7jwmxp";
2014-11-18 04:31:56 +01:00
type = "gem";
};
2016-06-16 02:52:41 +02:00
version = "1.4.7";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
tilt = {
source = {
2016-06-16 02:52:41 +02:00
remotes = ["https://rubygems.org"];
sha256 = "0lgk8bfx24959yq1cn55php3321wddw947mgj07bxfnwyipy9hqf";
2014-11-18 04:31:56 +01:00
type = "gem";
};
2016-06-16 02:52:41 +02:00
version = "2.0.5";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
webrick = {
source = {
2014-11-18 04:31:56 +01:00
sha256 = "0s42mxihcl2bx0h9q0v2syl70qndydfkl39a06h9il17p895ya8g";
2016-06-16 02:52:41 +02:00
type = "gem";
2014-11-18 04:31:56 +01:00
};
2016-06-16 02:52:41 +02:00
version = "1.3.1";
2014-11-18 04:31:56 +01:00
};
2015-05-24 03:14:56 +02:00
}