Merge pull request #255730 from artemist/one_gadget
one_gadget: 1.7.2 → 1.8.1
This commit is contained in:
commit
cc68c8ac19
3 changed files with 17 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
bindata (2.4.4)
|
||||
elftools (1.1.0)
|
||||
bindata (2.4.15)
|
||||
elftools (1.1.3)
|
||||
bindata (~> 2)
|
||||
one_gadget (1.7.2)
|
||||
one_gadget (1.8.1)
|
||||
elftools (>= 1.0.2, < 1.2.0)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -14,4 +14,4 @@ DEPENDENCIES
|
|||
one_gadget
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
2.4.19
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
{ lib, bundlerApp, bundlerUpdateScript }:
|
||||
{ lib, binutils, bundlerApp, bundlerUpdateScript, makeWrapper }:
|
||||
|
||||
bundlerApp {
|
||||
pname = "one_gadget";
|
||||
gemdir = ./.;
|
||||
exes = [ "one_gadget" ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/one_gadget --prefix PATH : ${binutils}/bin
|
||||
'';
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "one_gadget";
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0kz42nvxnk1j9cj0i8lcnhprcgdqsqska92g6l19ziadydfk2gqy";
|
||||
sha256 = "04y4zgh4bbcb8wmkxwfqg4saky1d1f3xw8z6yk543q13h8ky8rz5";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.4.4";
|
||||
version = "2.4.15";
|
||||
};
|
||||
elftools = {
|
||||
dependencies = ["bindata"];
|
||||
|
@ -15,10 +15,10 @@
|
|||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0kdf0ck4rzxpd006y09rfwppdrqb3sxww4gzfpv2053yq4mkimbn";
|
||||
sha256 = "0p96wj4sz3sfv9yxyl8z530554bkbf82vj24w6x7yf91qa1p8z6i";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.1.0";
|
||||
version = "1.1.3";
|
||||
};
|
||||
one_gadget = {
|
||||
dependencies = ["elftools"];
|
||||
|
@ -26,9 +26,9 @@
|
|||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "07s2nigjw1yik895gliz3a7ps0m9j5nccq82zwdd30sv740jmf5b";
|
||||
sha256 = "0dwsmjhr9i8gwwbbpiyddbhcx74cvqqk90a5l8zbsjhjfs679irc";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.7.2";
|
||||
version = "1.8.1";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue