Loading pkgs/tools/security/iaito/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/tools/security/iaito/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading