mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Merge pull request #67647 from artemist/one_gadget
one_gadget: 1.6.2 → 1.7.2
This commit is contained in:
commit
2bcc36ee3d
@ -2,10 +2,10 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
bindata (2.4.4)
|
bindata (2.4.4)
|
||||||
elftools (1.0.2)
|
elftools (1.1.0)
|
||||||
bindata (~> 2)
|
bindata (~> 2)
|
||||||
one_gadget (1.6.2)
|
one_gadget (1.7.2)
|
||||||
elftools (~> 1.0.2)
|
elftools (>= 1.0.2, < 1.2.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1ajymn59fr9117dkwf5xl8vmr737h6xmrcf1033zjlj2l5qkxn4a";
|
sha256 = "0kdf0ck4rzxpd006y09rfwppdrqb3sxww4gzfpv2053yq4mkimbn";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
one_gadget = {
|
one_gadget = {
|
||||||
dependencies = ["elftools"];
|
dependencies = ["elftools"];
|
||||||
@ -26,9 +26,9 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0wacvysd7ddnbx2jl1vhzbkb28y974riyns7bpx889518zaa09z0";
|
sha256 = "07s2nigjw1yik895gliz3a7ps0m9j5nccq82zwdd30sv740jmf5b";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.6.2";
|
version = "1.7.2";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user