bundlerUpdateScript: init and use (#64822)
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
{ lib, bundlerApp }:
|
||||
{ lib, bundlerApp, bundlerUpdateScript }:
|
||||
|
||||
bundlerApp {
|
||||
pname = "one_gadget";
|
||||
gemdir = ./.;
|
||||
exes = [ "one_gadget" ];
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "one_gadget";
|
||||
|
||||
meta = with lib; {
|
||||
description = "The best tool for finding one gadget RCE in libc.so.6";
|
||||
homepage = https://github.com/david942j/one_gadget;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.artemist ];
|
||||
maintainers = with maintainers; [ artemist nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user