nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Update pkgs/development/tools/misc/pwndbg/default.nix

authored by

Jörg Thalheim and committed by
GitHub
b720d8a0 45f1d701

+1 -1
+1 -1
pkgs/development/tools/misc/pwndbg/default.nix
··· 22 22 python3.pkgs.pwntools # ref: https://github.com/pwndbg/pwndbg/blob/2022.12.19/pwndbg/wrappers/checksec.py#L8 23 23 ] ++ lib.optionals stdenv.isLinux [ 24 24 python3.pkgs.ropper # ref: https://github.com/pwndbg/pwndbg/blob/2022.12.19/pwndbg/commands/ropper.py#L30 25 - python3.pkgs.ROPGadget # ref: https://github.com/pwndbg/pwndbg/blob/2022.12.19/pwndbg/commands/rop.py#L32 25 + python3.pkgs.ropgadget # ref: https://github.com/pwndbg/pwndbg/blob/2022.12.19/pwndbg/commands/rop.py#L32 26 26 ]); 27 27 28 28 in stdenv.mkDerivation rec {