Loading pkgs/development/python-modules/cle/default.nix +4 −12 Original line number Diff line number Diff line Loading @@ -5,27 +5,25 @@ cart, cffi, fetchFromGitHub, minidump, pefile, pyelftools, pytestCheckHook, pythonOlder, pyvex, pyxbe, setuptools, sortedcontainers, }: let # The binaries are following the argr projects release cycle version = "9.2.127"; version = "9.2.128"; # Binary files from https://github.com/angr/binaries (only used for testing and only here) binaries = fetchFromGitHub { owner = "angr"; repo = "binaries"; rev = "refs/tags/v${version}"; hash = "sha256-EgkYynllp/UGMRJmshQRpnMdwhdOkYHgoMlTiqdtZO1="; hash = "sha256-wROuTg+RMp2tkjPsjHTK7aJs4SWTuIw4SsuIKIUZvkw="; }; in buildPythonPackage rec { Loading @@ -39,28 +37,22 @@ buildPythonPackage rec { owner = "angr"; repo = "cle"; rev = "refs/tags/v${version}"; hash = "sha256-DcfFOzP7Ylms1/kAX5CIhujzj6Vpma8sb0Qyq6tSJq0="; hash = "sha256-C3lp9Dhg0XZXTxnYbRMfanxVn8qJhL1VEVDrMCpkMe4="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "pyvex" ]; dependencies = [ archinfo cart cffi minidump pefile pyelftools pyvex pyxbe sortedcontainers ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; # Place test binaries in the right location (location is hard-coded in the tests) preCheck = '' Loading Loading
pkgs/development/python-modules/cle/default.nix +4 −12 Original line number Diff line number Diff line Loading @@ -5,27 +5,25 @@ cart, cffi, fetchFromGitHub, minidump, pefile, pyelftools, pytestCheckHook, pythonOlder, pyvex, pyxbe, setuptools, sortedcontainers, }: let # The binaries are following the argr projects release cycle version = "9.2.127"; version = "9.2.128"; # Binary files from https://github.com/angr/binaries (only used for testing and only here) binaries = fetchFromGitHub { owner = "angr"; repo = "binaries"; rev = "refs/tags/v${version}"; hash = "sha256-EgkYynllp/UGMRJmshQRpnMdwhdOkYHgoMlTiqdtZO1="; hash = "sha256-wROuTg+RMp2tkjPsjHTK7aJs4SWTuIw4SsuIKIUZvkw="; }; in buildPythonPackage rec { Loading @@ -39,28 +37,22 @@ buildPythonPackage rec { owner = "angr"; repo = "cle"; rev = "refs/tags/v${version}"; hash = "sha256-DcfFOzP7Ylms1/kAX5CIhujzj6Vpma8sb0Qyq6tSJq0="; hash = "sha256-C3lp9Dhg0XZXTxnYbRMfanxVn8qJhL1VEVDrMCpkMe4="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "pyvex" ]; dependencies = [ archinfo cart cffi minidump pefile pyelftools pyvex pyxbe sortedcontainers ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; # Place test binaries in the right location (location is hard-coded in the tests) preCheck = '' Loading