From e855a598e740cccfa36e31121fc5c02c86f9f85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 23 Dec 2022 16:02:32 +0100 Subject: [PATCH] iaito: 5.7.8 -> 5.8.0 --- pkgs/tools/security/iaito/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/iaito/default.nix b/pkgs/tools/security/iaito/default.nix index ed4759f16b4..2047b311222 100644 --- a/pkgs/tools/security/iaito/default.nix +++ b/pkgs/tools/security/iaito/default.nix @@ -13,21 +13,21 @@ stdenv.mkDerivation rec { pname = "iaito"; - version = "5.7.8"; + version = "5.8.0"; srcs = [ (fetchFromGitHub rec { owner = "radareorg"; repo = "iaito"; rev = version; - hash = "sha256-c36WLpVUnffeY6cXSEHvguo8BHyxaLAluN9hBKsQc0s="; + hash = "sha256-LqJu30Bp+JgB+y3MDyPVuFmEoXTpfA7K2pxv1ZCABx0="; name = repo; }) (fetchFromGitHub rec { owner = "radareorg"; repo = "iaito-translations"; - rev = "ab923335409fa298c39f0014588d78d926c6f3a2"; - hash = "sha256-qkIC67a6YRwOa2Sr16Vg6If1TmAiSKUV7hw13Wxwl/w="; + rev = "e66b3a962a7fc7dfd730764180011ecffbb206bf"; + hash = "sha256-6NRTZ/ydypsB5TwbivvwOH9TEMAff/LH69hCXTvMPp8="; name = repo; }) ]; @@ -56,6 +56,9 @@ stdenv.mkDerivation rec { radare2 ]; + # the radare2 binary package seems to not install all necessary headers. + NIX_CFLAGS_COMPILE = [ "-I" "${radare2.src}/shlr/sdb/include/sdb" ]; + postBuild = '' pushd ../../../iaito-translations make build PREFIX=$out