Merge pull request #301660 from LeSuisse/radare2-5.9.0

radare2/iaito: 5.8.8 -> 5.9.0
This commit is contained in:
7c6f434c 2024-04-06 09:59:01 +00:00 committed by GitHub
commit 7b2804c18e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 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 = ''

View File

@ -13,13 +13,13 @@
let
pname = "iaito";
version = "5.8.8";
version = "5.9.0";
main_src = fetchFromGitHub rec {
owner = "radareorg";
repo = pname;
rev = version;
hash = "sha256-/sXdp6QpDxltesg5i2CD0K2r18CrbGZmmI7HqULvFfA=";
hash = "sha256-Ep3Cbi0qjY4PKG0urr12y0DgX/l/Tsq8w1qlyH0lu3s=";
name = repo;
};