about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix')
-rw-r--r--nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix b/nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix
index ab6d5307ebb8..d5aa722e5fce 100644
--- a/nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix
+++ b/nixpkgs/pkgs/tools/system/hiera-eyaml/gemset.nix
@@ -1,11 +1,14 @@
 {
   hiera-eyaml = {
+    dependencies = ["highline" "optimist"];
+    groups = ["default"];
+    platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1h25pfv89macjf3sjdrx7slhlq1af4zybai42ci3gj02b6hli4a6";
+      sha256 = "049rxnwyivqgyjl0sjg7cb2q44ic0wsml288caspd1ps8v31gl18";
       type = "gem";
     };
-    version = "2.1.0";
+    version = "3.0.0";
   };
   highline = {
     source = {
@@ -15,12 +18,14 @@
     };
     version = "1.6.21";
   };
-  trollop = {
+  optimist = {
+    groups = ["default"];
+    platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
+      sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
       type = "gem";
     };
-    version = "2.1.2";
+    version = "3.0.0";
   };
 }
\ No newline at end of file