Merge pull request #221283 from Mic92/radare2

radare2: 5.8.2 -> 5.8.4
This commit is contained in:
Fabian Affolter 2023-03-15 12:02:58 +01:00 committed by GitHub
commit 9a12573d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";
rev = "refs/tags/${version}";
hash = "sha256-Fbluq3Q/BgPwTVNKW28FJL+Ok46hDiBjwFt6KwN4anc=";
};
preBuild = ''
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "UNIX-like reverse engineering framework and command-line tools";
homepage = "https://radare.org";
changelog = "https://github.com/radareorg/radare2/releases/tag/${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ azahi raskin makefu mic92 arkivm ];
platforms = platforms.unix;