Skip to content

Commit ec2ed77

Browse files
committed
iaito: 5.9.6 -> 5.9.9
1 parent 31da4b2 commit ec2ed77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/iaito/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
let
1616
pname = "iaito";
17-
version = "5.9.6";
17+
version = "5.9.9";
1818

1919
main_src = fetchFromGitHub rec {
2020
owner = "radareorg";
2121
repo = pname;
22-
rev = "refs/tags/${version}";
23-
hash = "sha256-rkL7qH1BLXw3eXdCoVuan2C6k05pE5LOIOTbIEtfUbE=";
22+
tag = version;
23+
hash = "sha256-y8Mfd7BmnMFJ9mpGKVL3i4VRxrzJ1gXaSsUQIFB9Wd4=";
2424
name = repo;
2525
};
2626

0 commit comments

Comments
 (0)