nixpkgs/pkgs/tools/system/procodile/gemset.nix

23 lines
518 B
Nix
Raw Normal View History

2017-11-07 15:45:41 +00:00
{
json = {
groups = ["default"];
platforms = [];
2017-11-07 15:45:41 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
2017-11-07 15:45:41 +00:00
type = "gem";
};
version = "2.2.0";
2017-11-07 15:45:41 +00:00
};
procodile = {
dependencies = ["json"];
groups = ["default"];
platforms = [];
2017-11-07 15:45:41 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "025pbr1kah7cgs527n5q56m5agaa2smzac4rpmpk619xg4r1rdhs";
2017-11-07 15:45:41 +00:00
type = "gem";
};
version = "1.0.23";
2017-11-07 15:45:41 +00:00
};
}