iaito: 5.8.6 -> 5.8.8
This commit is contained in:
parent
97a7d1c04d
commit
83bee455f4
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
let
|
||||
pname = "iaito";
|
||||
version = "5.8.6";
|
||||
version = "5.8.8";
|
||||
|
||||
main_src = fetchFromGitHub rec {
|
||||
owner = "radareorg";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-rl8bOIR0oS6YvZA5pr8oSj7HcKK4YeCjAEi7saVdvk8=";
|
||||
hash = "sha256-/sXdp6QpDxltesg5i2CD0K2r18CrbGZmmI7HqULvFfA=";
|
||||
name = repo;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue