nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix

32 lines
738 B
Nix
Raw Normal View History

2016-06-15 23:59:01 +02:00
{
hiera-eyaml = {
2019-08-01 23:16:24 +02:00
dependencies = ["highline" "optimist"];
groups = ["default"];
platforms = [];
2016-06-15 23:59:01 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-08-01 23:16:24 +02:00
sha256 = "049rxnwyivqgyjl0sjg7cb2q44ic0wsml288caspd1ps8v31gl18";
2016-06-15 23:59:01 +02:00
type = "gem";
};
2019-08-01 23:16:24 +02:00
version = "3.0.0";
2016-06-15 23:59:01 +02:00
};
highline = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
type = "gem";
};
version = "1.6.21";
};
2019-08-01 23:16:24 +02:00
optimist = {
groups = ["default"];
platforms = [];
2016-06-15 23:59:01 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-08-01 23:16:24 +02:00
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
2016-06-15 23:59:01 +02:00
type = "gem";
};
2019-08-01 23:16:24 +02:00
version = "3.0.0";
2016-06-15 23:59:01 +02:00
};
2021-01-21 22:12:40 +01:00
}