radare2: 5.8.2 -> 5.8.4

Diff: https://github.com/radare/radare2/compare/5.8.2...5.8.4
This commit is contained in:
Jörg Thalheim 2023-03-15 09:23:13 +01:00
parent 9d8a066fd4
commit f8df1cd607

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "radare2";
version = "5.8.2";
version = "5.8.4";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = version;
hash = "sha256-jwr3QPgJ6vKSk8yGxndQ69AickP8PorNDuGyJzHMpV4=";
hash = "sha256-Fbluq3Q/BgPwTVNKW28FJL+Ok46hDiBjwFt6KwN4anc=";
};
preBuild = ''