nixpkgs/pkgs/tools/networking/hue-cli/gemset.nix

35 lines
798 B
Nix
Raw Normal View History

2017-07-19 22:35:41 +02:00
{
hue-cli = {
dependencies = ["hue-lib" "json"];
2019-04-30 17:23:38 +02:00
groups = ["default"];
platforms = [];
2017-07-19 22:35:41 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "10gjf59pamfy2m17fs271d9ffrg1194b1m6vxzn6p7smzry52h9z";
type = "gem";
};
version = "0.1.4";
};
hue-lib = {
dependencies = ["json"];
2019-04-30 17:23:38 +02:00
groups = ["default"];
platforms = [];
2017-07-19 22:35:41 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pyl8g8gisdhl79gbzvnddqrsbq0lmflzg7n6yi6xrp5b5290shz";
type = "gem";
};
version = "0.7.4";
};
json = {
2019-04-30 17:23:38 +02:00
groups = ["default"];
platforms = [];
2017-07-19 22:35:41 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 17:23:38 +02:00
sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
2017-07-19 22:35:41 +02:00
type = "gem";
};
2019-04-30 17:23:38 +02:00
version = "2.2.0";
2017-07-19 22:35:41 +02:00
};
2021-01-21 22:12:40 +01:00
}