iaito: 5.9.6 -> 5.9.9

This commit is contained in:
azahi
2025-04-02 22:32:01 +03:00
parent 31da4b2ce2
commit ec2ed774c4
+3 -3
View File
@@ -14,13 +14,13 @@
let
pname = "iaito";
version = "5.9.6";
version = "5.9.9";
main_src = fetchFromGitHub rec {
owner = "radareorg";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rkL7qH1BLXw3eXdCoVuan2C6k05pE5LOIOTbIEtfUbE=";
tag = version;
hash = "sha256-y8Mfd7BmnMFJ9mpGKVL3i4VRxrzJ1gXaSsUQIFB9Wd4=";
name = repo;
};