diff --git a/pkgs/development/python-modules/pyqodeng-angr/default.nix b/pkgs/development/python-modules/pyqodeng-angr/default.nix index d0a57da32491..13013db56184 100644 --- a/pkgs/development/python-modules/pyqodeng-angr/default.nix +++ b/pkgs/development/python-modules/pyqodeng-angr/default.nix @@ -9,19 +9,18 @@ pytest-xdist, qtpy, setuptools, - wheel, }: buildPythonPackage rec { pname = "pyqodeng-angr"; - version = "0.0.11"; + version = "0.0.13"; pyproject = true; src = fetchFromGitHub { owner = "angr"; repo = "pyqodeng"; tag = "v${version}"; - hash = "sha256-QA/h5CHGrv3HYIrRaJ1Eq+iXXmQ6dYbq2zixeO9rS1c="; + hash = "sha256-t4LcPVQfktAaTqTr9L2VDCEHbSO7qxCvUDz6rj0Zre4="; }; postPatch = '' @@ -52,7 +51,7 @@ buildPythonPackage rec { meta = { description = "Angr's fork of pyQode.core, used as part of angr management"; homepage = "https://github.com/angr/pyqodeng"; - changelog = "https://github.com/angr/pyqodeng/blob/${src.rev}/CHANGELOG.rst"; + changelog = "https://github.com/angr/pyqodeng/blob/${src.tag}/CHANGELOG.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ scoder12 ]; };