22 buildPythonPackage rec {
24 version = "2024.08.29";
27 src = fetchFromGitHub {
31 hash = "sha256-mpkUEP0GBwOfbbpogupmDvCo8dkbSGy1YtH8T55rX9g=";
37 pythonRelaxDeps = true;
39 propagatedBuildInputs = [
58 description = "Exploit Development and Reverse Engineering with GDB Made Easy";
59 homepage = "https://pwndbg.re";
60 changelog = "https://github.com/pwndbg/pwndbg/releases/tag/${version}";
61 license = lib.licenses.mit;
62 maintainers = with lib.maintainers; [ msanft ];