Merge pull request #151622 from trofi/update-radare2

radare2: 5.5.2 -> 5.5.4
This commit is contained in:
7c6f434c 2021-12-21 20:04:45 +00:00 committed by GitHub
commit 2b8fa4a06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,13 +44,13 @@ let
in
stdenv.mkDerivation rec {
pname = "radare2";
version = "5.5.2";
version = "5.5.4";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = version;
sha256 = "sha256-7nygSugqOYhK0lXEy3BSr5h5+GTfLBG/1O6TyKhk++c=";
sha256 = "sha256-zELmNpbT1JCt0UAzHwzcTDN9QZTLQY0+rG9zVRWxiFg=";
};
preBuild = ''