Merge pull request #61303 from artemist/ropper
python3Packages.ropper: 1.11.13 → 1.12.1
This commit is contained in:
commit
51a083c169
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "ropper";
|
pname = "ropper";
|
||||||
version = "1.11.13";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "245c6a1c8b294209bed039cd6a389f1e298d3fe6783d48ad9c6b2df3a41f51ee";
|
sha256 = "1aignpxz6rcbf6yxy1gjr708p56i6nqrbgblq24nanssz9rhkyzg";
|
||||||
};
|
};
|
||||||
# XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
|
# XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
|
||||||
# workaround: sudo chmod 777 /dev/shm
|
# workaround: sudo chmod 777 /dev/shm
|
||||||
@ -25,7 +25,7 @@ buildPythonApplication rec {
|
|||||||
propagatedBuildInputs = [ capstone filebytes ];
|
propagatedBuildInputs = [ capstone filebytes ];
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://scoding.de/ropper/;
|
homepage = https://scoding.de/ropper/;
|
||||||
license = licenses.gpl2;
|
license = licenses.bsd3;
|
||||||
description = "Show information about files in different file formats";
|
description = "Show information about files in different file formats";
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user