base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / networking / hue-cli / gemset.nix
blob08fd67c3885695cdd6eb230ea1911d85b26f9da3
2   hue-cli = {
3     dependencies = ["hue-lib" "json"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "10gjf59pamfy2m17fs271d9ffrg1194b1m6vxzn6p7smzry52h9z";
9       type = "gem";
10     };
11     version = "0.1.4";
12   };
13   hue-lib = {
14     dependencies = ["json"];
15     groups = ["default"];
16     platforms = [];
17     source = {
18       remotes = ["https://rubygems.org"];
19       sha256 = "1pyl8g8gisdhl79gbzvnddqrsbq0lmflzg7n6yi6xrp5b5290shz";
20       type = "gem";
21     };
22     version = "0.7.4";
23   };
24   json = {
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
30       type = "gem";
31     };
32     version = "2.2.0";
33   };