radare2: 5.9.2 -> 5.9.6 (#348420)

This commit is contained in:
7c6f434c 2024-10-18 21:19:15 +00:00 committed by GitHub
commit cb1aa3d19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "radare2";
version = "5.9.2";
version = "5.9.6";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-smsjGfTvSTVwd7nhWhptYpkus2fEQ2EVdT5bDt/rHZE=";
hash = "sha256-t/BMsYqNLMAlBBYm6JCDkFYL5YwJBwmEaaIY4KFYxY4=";
};
preBuild = ''