Merge pull request #193922 from r-ryantm/auto-update/iaito

iaito: 5.7.4 -> 5.7.6
This commit is contained in:
Fabian Affolter 2022-10-01 20:55:10 +02:00 committed by GitHub
commit f141cf9f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "iaito";
version = "5.7.4";
version = "5.7.6";
src = fetchFromGitHub {
owner = "radareorg";
repo = pname;
rev = version;
sha256 = "sha256-T9+YQQDcXHFogD7FVkippsde7+0bKodwwABCqrKjcH4=";
sha256 = "sha256-PnIOoWPYLK30lMmLVctihCs7GBo0rTN8yetWAr21h9w=";
};
nativeBuildInputs = [ meson ninja pkg-config python3 qttools wrapQtAppsHook ];