Skip to content

Commit 6eb9519

Browse files
authored
(python3Packages.)pwndbg: 2024.02.14 -> 2024.08.29 (#341367)
2 parents e33debd + d4766c3 commit 6eb9519

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

pkgs/development/python-modules/pwndbg/default.nix

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,16 @@
1919
gdb-pt-dump,
2020
poetry-core,
2121
}:
22-
let
23-
# The newest gdb-pt-dump is incompatible with pwndbg 2024.02.14.
24-
# See https://github.com/martinradev/gdb-pt-dump/issues/29
25-
gdb-pt-dump' = gdb-pt-dump.overrideAttrs (oldAttrs: {
26-
version = "0-unstable-2023-11-11";
27-
28-
src = fetchFromGitHub {
29-
inherit (oldAttrs.src) owner repo;
30-
rev = "89ea252f6efc5d75eacca16fc17ff8966a389690";
31-
hash = "sha256-i+SAcZ/kgfKstJnkyCVMh/lWtrJJOHTYoJH4tVfYHrE=";
32-
};
33-
34-
# This revision relies on the package being imported from within GDB, which
35-
# won't work with pythonImportsCheck.
36-
pythonImportsCheck = [ ];
37-
});
38-
in
3922
buildPythonPackage rec {
4023
pname = "pwndbg";
41-
version = "2024.02.14";
24+
version = "2024.08.29";
4225
pyproject = true;
4326

4427
src = fetchFromGitHub {
4528
owner = "pwndbg";
4629
repo = "pwndbg";
4730
rev = version;
48-
hash = "sha256-/pDo2J5EtpWWCurD7H34AlTlQi7WziIRRxHxGm3K2yk=";
31+
hash = "sha256-mpkUEP0GBwOfbbpogupmDvCo8dkbSGy1YtH8T55rX9g=";
4932
};
5033

5134
nativeBuildInputs = [
@@ -68,7 +51,7 @@ buildPythonPackage rec {
6851
tabulate
6952
typing-extensions
7053
unicorn
71-
gdb-pt-dump'
54+
gdb-pt-dump
7255
];
7356

7457
meta = {

0 commit comments

Comments
 (0)