Skip to content

Commit

Permalink
[24.11] radare2: 5.9.6 -> 5.9.8 (#371184)
Browse files Browse the repository at this point in the history
  • Loading branch information
azahi authored Jan 5, 2025
2 parents 515b66c + 85f22ac commit 109d75c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/analysis/radare2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "radare2";
version = "5.9.6";
version = "5.9.8";

src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-t/BMsYqNLMAlBBYm6JCDkFYL5YwJBwmEaaIY4KFYxY4=";
tag = finalAttrs.version;
hash = "sha256-XSnv0yWEPlXHUPjf1Qu50AN3Gvgr0o6Q4e0dOyRdO9A=";
};

preBuild = ''
Expand All @@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
"-Duse_sys_openssl=true"
"-Duse_sys_xxhash=true"
"-Duse_sys_zip=true"
"-Duse_sys_zlib=true"
];

enableParallelBuilding = true;
Expand Down

0 comments on commit 109d75c

Please sign in to comment.