···1516let
17 # The binaries are following the argr projects release cycle
18- version = "9.0.10409";
1920 # Binary files from https://github.com/angr/binaries (only used for testing and only here)
21 binaries = fetchFromGitHub {
···35 owner = "angr";
36 repo = pname;
37 rev = "v${version}";
38- sha256 = "sha256-LWzaLGsunHfz5OOWt6ii6+RFME13agsWN0GFkarFhRk=";
39 };
4041 propagatedBuildInputs = [
···66 "test_ppc_addr16_lo_relocation"
67 # Binary not found, seems to be missing in the current binaries release
68 "test_plt_full_relro"
0069 ];
7071- pythonImportsCheck = [ "cle" ];
007273 meta = with lib; {
74 description = "Python loader for many binary formats";
···1516let
17 # The binaries are following the argr projects release cycle
18+ version = "9.0.10534";
1920 # Binary files from https://github.com/angr/binaries (only used for testing and only here)
21 binaries = fetchFromGitHub {
···35 owner = "angr";
36 repo = pname;
37 rev = "v${version}";
38+ sha256 = "sha256-edZC0pZf6A2lpqJDfpMeslLQQGEokq4B9qywgS7wLxo=";
39 };
4041 propagatedBuildInputs = [
···66 "test_ppc_addr16_lo_relocation"
67 # Binary not found, seems to be missing in the current binaries release
68 "test_plt_full_relro"
69+ # Test fails
70+ "test_tls_pe_incorrect_tls_data_start"
71 ];
7273+ pythonImportsCheck = [
74+ "cle"
75+ ];
7677 meta = with lib; {
78 description = "Python loader for many binary formats";