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:
parent
b512c3409f
commit
f8cc61f194
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue