iaito: 5.9.9 -> 6.0.0

This commit is contained in:
azahi 2025-08-15 21:12:21 +03:00
parent 776601b613
commit 5ef0d02b1d
No known key found for this signature in database

View File

@ -14,13 +14,13 @@
let
pname = "iaito";
version = "5.9.9";
version = "6.0.0";
main_src = fetchFromGitHub rec {
owner = "radareorg";
repo = pname;
tag = version;
hash = "sha256-y8Mfd7BmnMFJ9mpGKVL3i4VRxrzJ1gXaSsUQIFB9Wd4=";
hash = "sha256-bwGKHc2jlf1C/25CEoDUCLr6zOhAJES7+PvcGVyO8To=";
name = repo;
};