Unverified Commit 5ef0d02b authored by azahi's avatar azahi
Browse files

iaito: 5.9.9 -> 6.0.0

parent 776601b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };