Merge pull request #224880 from azahi/iaito-584

iaito: 5.8.2 -> 5.8.4
This commit is contained in:
Mario Rodas 2023-04-06 18:25:55 -05:00 committed by GitHub
commit 7b21d7f772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
stdenv.mkDerivation rec {
pname = "iaito";
version = "5.8.2";
version = "5.8.4";
srcs = [
(fetchFromGitHub rec {
owner = "radareorg";
repo = "iaito";
rev = version;
hash = "sha256-6Do06u9axqH+DpGASEce8j3iGlrkIZGv50seyazOo1w=";
hash = "sha256-pt2vq+JN+Ccv+9o8s2y87xTVeQp2WJ0UfKdoWGsBkUI=";
name = repo;
})
(fetchFromGitHub rec {