iaito: 5.8.8 -> 5.9.0

Changes:
https://github.com/radareorg/iaito/releases/tag/5.9.0
This commit is contained in:
Thomas Gerbet 2024-04-05 00:00:01 +02:00
parent bbcf3984a4
commit 52fc2247ce
1 changed files with 2 additions and 2 deletions

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;
};