Unverified Commit 663d132d authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

iaito: 5.9.4 -> 5.9.6 (#355154)

parents 2fa01cb5 f4cefdbd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

let
  pname = "iaito";
  version = "5.9.4";
  version = "5.9.6";

  main_src = fetchFromGitHub rec {
    owner = "radareorg";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-o+DeHifhixWwFX6V/sDXou46rrz5qeQ1Ky8UaAVyDPM=";
    hash = "sha256-rkL7qH1BLXw3eXdCoVuan2C6k05pE5LOIOTbIEtfUbE=";
    name = repo;
  };