about summary refs log tree commit diff
path: root/pkgs/tools/security/iaito
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-04-05 00:00:01 +0200
committerThomas Gerbet <thomas@gerbet.me>2024-04-05 00:00:01 +0200
commit52fc2247ce568bb4c629e600c5e8caab47defdcf (patch)
tree339b81687171634b2f92915a4697d233c99ea625 /pkgs/tools/security/iaito
parentbbcf3984a488dde784db5e9036a7d96ff7df08e7 (diff)
iaito: 5.8.8 -> 5.9.0
Changes:
https://github.com/radareorg/iaito/releases/tag/5.9.0
Diffstat (limited to 'pkgs/tools/security/iaito')
-rw-r--r--pkgs/tools/security/iaito/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/iaito/default.nix b/pkgs/tools/security/iaito/default.nix
index 2fc43ad670551..2ba6dd0aec265 100644
--- a/pkgs/tools/security/iaito/default.nix
+++ b/pkgs/tools/security/iaito/default.nix
@@ -13,13 +13,13 @@
 
 let
   pname = "iaito";
-  version = "5.8.8";
+  version = "5.9.0";
 
   main_src = fetchFromGitHub rec {
     owner = "radareorg";
     repo = pname;
     rev = version;
-    hash = "sha256-/sXdp6QpDxltesg5i2CD0K2r18CrbGZmmI7HqULvFfA=";
+    hash = "sha256-Ep3Cbi0qjY4PKG0urr12y0DgX/l/Tsq8w1qlyH0lu3s=";
     name = repo;
   };