nixpkgs/pkgs/development/tools/cbor-diag/gemset.nix

55 lines
1.3 KiB
Nix
Raw Normal View History

2018-03-23 00:34:00 +01:00
{
cbor-diag = {
2019-08-22 13:23:15 +02:00
dependencies = ["json" "neatjson" "treetop"];
groups = ["default"];
platforms = [];
2018-03-23 00:34:00 +01:00
source = {
remotes = ["https://rubygems.org"];
2019-08-22 13:23:15 +02:00
sha256 = "0pd0k4malg1l7w3ck5glh9w0hrsvknk8rp32vrir74yww1g6yplv";
2018-03-23 00:34:00 +01:00
type = "gem";
};
2019-08-22 13:23:15 +02:00
version = "0.5.6";
2018-03-23 00:34:00 +01:00
};
json = {
2019-08-22 13:23:15 +02:00
groups = ["default"];
platforms = [];
2018-03-23 00:34:00 +01:00
source = {
remotes = ["https://rubygems.org"];
2019-08-22 13:23:15 +02:00
sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
2018-03-23 00:34:00 +01:00
type = "gem";
};
2019-08-22 13:23:15 +02:00
version = "2.2.0";
};
neatjson = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0fa2v7b6433j0iqh5iq9r71v7a5xabgjvqwsbl21vcsac7vf3ncw";
type = "gem";
};
version = "0.9";
2018-03-23 00:34:00 +01:00
};
polyglot = {
2019-08-22 13:23:15 +02:00
groups = ["default"];
platforms = [];
2018-03-23 00:34:00 +01:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
type = "gem";
};
version = "0.3.5";
};
treetop = {
dependencies = ["polyglot"];
2019-08-22 13:23:15 +02:00
groups = ["default"];
platforms = [];
2018-03-23 00:34:00 +01:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g31pijhnv7z960sd09lckmw9h8rs3wmc8g4ihmppszxqm99zpv7";
type = "gem";
};
version = "1.6.10";
};
2021-01-21 22:12:40 +01:00
}