hiera-eyaml: 3.0.0 -> 4.3.0

Change upstream's URL, otherwise the tooling does not detect new versions
This commit is contained in:
gustavo panizzo
2025-08-11 21:19:01 +02:00
parent 315d587a76
commit 4149ade1cd
3 changed files with 41 additions and 13 deletions
+10 -6
View File
@@ -1,11 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
hiera-eyaml (3.0.0)
highline (~> 1.6.19)
optimist
highline (1.6.21)
optimist (3.0.0)
hiera-eyaml (4.3.0)
highline (>= 2.1, < 4)
optimist (~> 3.1)
highline (3.1.2)
reline
io-console (0.8.1)
optimist (3.2.1)
reline (0.6.2)
io-console (~> 0.5)
PLATFORMS
ruby
@@ -14,4 +18,4 @@ DEPENDENCIES
hiera-eyaml
BUNDLED WITH
2.1.4
2.6.9
+30 -6
View File
@@ -8,27 +8,51 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "049rxnwyivqgyjl0sjg7cb2q44ic0wsml288caspd1ps8v31gl18";
sha256 = "02mb113yjzwb6jkckybzsiq803c688r9xpv4w1nxbckhkpma5sqr";
type = "gem";
};
version = "3.0.0";
version = "4.3.0";
};
highline = {
dependencies = [ "reline" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
sha256 = "0jmvyhjp2v3iq47la7w6psrxbprnbnmzz0hxxski3vzn356x7jv7";
type = "gem";
};
version = "1.6.21";
version = "3.1.2";
};
io-console = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1jszj95hazqqpnrjjzr326nn1j32xmsc9xvd97mbcrrgdc54858y";
type = "gem";
};
version = "0.8.1";
};
optimist = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
sha256 = "0kp3f8g7g7cbw5vfkmpdv71pphhpcxk3lpc892mj9apkd7ys1y4c";
type = "gem";
};
version = "3.0.0";
version = "3.2.1";
};
reline = {
dependencies = [ "io-console" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0ii8l0q5zkang3lxqlsamzfz5ja7jc8ln905isfdawl802k2db8x";
type = "gem";
};
version = "0.6.2";
};
}
+1 -1
View File
@@ -14,7 +14,7 @@ bundlerEnv {
meta = with lib; {
description = "Per-value asymmetric encryption of sensitive data for Hiera";
homepage = "https://github.com/TomPoulton/hiera-eyaml";
homepage = "https://github.com/voxpupuli/hiera-eyaml";
license = licenses.mit;
maintainers = with maintainers; [
benley