1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

iaito: 5.9.2 -> 5.9.4

This commit is contained in:
Azat Bahawi 2024-08-22 16:19:18 +03:00
parent b512c3409f
commit f8cc61f194
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -13,13 +13,13 @@
let
pname = "iaito";
version = "5.9.2";
version = "5.9.4";
main_src = fetchFromGitHub rec {
owner = "radareorg";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bq4kaP3BmDprKAxMxO+OvTceEQFeAxJ7aGDnRFHjVDA=";
hash = "sha256-o+DeHifhixWwFX6V/sDXou46rrz5qeQ1Ky8UaAVyDPM=";
name = repo;
};