radare2: 5.8.8 -> 5.9.0

Fixes CVE-2023-4322, CVE-2023-5686, CVE-2023-46569, CVE-2023-46570 and CVE-2023-47016.

Changes:
https://github.com/radareorg/radare2/releases/tag/5.9.0
This commit is contained in:
Thomas Gerbet 2024-04-04 23:42:32 +02:00
parent 33017e08f9
commit bbcf3984a4
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "radare2";
version = "5.8.8";
version = "5.9.0";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = "refs/tags/${version}";
hash = "sha256-JGNV5xSyrjcO2ZgOjzDqzfZyALPSCyA3DZx/D8ffmKA=";
hash = "sha256-h2IYOGr+yCgCJR1gB4jibcUt1A+8IuNVoTUcJ83lKHw=";
};
preBuild = ''