terraform-landscape 0.1.17 -> 0.1.18 (#43380)

authored by Maximilian Bode and committed by xeji cc179b62 a36ab797

+12 -12
+4 -4
pkgs/applications/networking/cluster/terraform-landscape/Gemfile.lock
··· 2 remote: https://rubygems.org/ 3 specs: 4 colorize (0.8.1) 5 - commander (4.4.4) 6 highline (~> 1.7.2) 7 - diffy (3.2.0) 8 highline (1.7.10) 9 polyglot (0.3.5) 10 - terraform_landscape (0.1.17) 11 colorize (~> 0.7) 12 commander (~> 4.4) 13 diffy (~> 3.0) 14 treetop (~> 1.6) 15 - treetop (1.6.9) 16 polyglot (~> 0.3) 17 18 PLATFORMS
··· 2 remote: https://rubygems.org/ 3 specs: 4 colorize (0.8.1) 5 + commander (4.4.5) 6 highline (~> 1.7.2) 7 + diffy (3.2.1) 8 highline (1.7.10) 9 polyglot (0.3.5) 10 + terraform_landscape (0.1.18) 11 colorize (~> 0.7) 12 commander (~> 4.4) 13 diffy (~> 3.0) 14 treetop (~> 1.6) 15 + treetop (1.6.10) 16 polyglot (~> 0.3) 17 18 PLATFORMS
+8 -8
pkgs/applications/networking/cluster/terraform-landscape/gemset.nix
··· 11 dependencies = ["highline"]; 12 source = { 13 remotes = ["https://rubygems.org"]; 14 - sha256 = "165yr8qzan3gnk241mnwxsvdfwp6p1afg13z0mqdily6lh95acl9"; 15 type = "gem"; 16 }; 17 - version = "4.4.4"; 18 }; 19 diffy = { 20 source = { 21 remotes = ["https://rubygems.org"]; 22 - sha256 = "015nn9zaciqj43mfpjlw619r5dvnfkrjcka8nsa6j260v6qya941"; 23 type = "gem"; 24 }; 25 - version = "3.2.0"; 26 }; 27 highline = { 28 source = { ··· 44 dependencies = ["colorize" "commander" "diffy" "treetop"]; 45 source = { 46 remotes = ["https://rubygems.org"]; 47 - sha256 = "1bx8nfqbpxb2hnxnnl1m4sq6jlzf451c85m047jfq04b6w9691fl"; 48 type = "gem"; 49 }; 50 - version = "0.1.17"; 51 }; 52 treetop = { 53 dependencies = ["polyglot"]; 54 source = { 55 remotes = ["https://rubygems.org"]; 56 - sha256 = "0sdkd1v2h8dhj9ncsnpywmqv7w1mdwsyc5jwyxlxwriacv8qz8bd"; 57 type = "gem"; 58 }; 59 - version = "1.6.9"; 60 }; 61 }
··· 11 dependencies = ["highline"]; 12 source = { 13 remotes = ["https://rubygems.org"]; 14 + sha256 = "0sry6raysvg9qsx5nqqw09n8r8hvcsqzvci7xp2qk7jq3s9mgvnn"; 15 type = "gem"; 16 }; 17 + version = "4.4.5"; 18 }; 19 diffy = { 20 source = { 21 remotes = ["https://rubygems.org"]; 22 + sha256 = "119imrkn01agwhx5raxhknsi331y5i4yda7r0ws0an6905ximzjg"; 23 type = "gem"; 24 }; 25 + version = "3.2.1"; 26 }; 27 highline = { 28 source = { ··· 44 dependencies = ["colorize" "commander" "diffy" "treetop"]; 45 source = { 46 remotes = ["https://rubygems.org"]; 47 + sha256 = "0476q2kx88w9srj7rlzl6skrza3pdgyym7zksw78infsb2105lg9"; 48 type = "gem"; 49 }; 50 + version = "0.1.18"; 51 }; 52 treetop = { 53 dependencies = ["polyglot"]; 54 source = { 55 remotes = ["https://rubygems.org"]; 56 + sha256 = "0g31pijhnv7z960sd09lckmw9h8rs3wmc8g4ihmppszxqm99zpv7"; 57 type = "gem"; 58 }; 59 + version = "1.6.10"; 60 }; 61 }