File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed
pkgs/development/python-modules/pwndbg Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 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
3922buildPythonPackage 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 = {
You can’t perform that action at this time.
0 commit comments