From 04d0246f918bec97c377c945353046c9cafc6802 Mon Sep 17 00:00:00 2001 From: rina Date: Sat, 30 Nov 2024 00:09:26 +1000 Subject: [PATCH] retdec: override yaramod revision to newer one for gcc 13 --- llvm-translator/retdec5.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-translator/retdec5.nix b/llvm-translator/retdec5.nix index 7e736d2..ca692e6 100644 --- a/llvm-translator/retdec5.nix +++ b/llvm-translator/retdec5.nix @@ -53,8 +53,8 @@ let yaramod = fetchFromGitHub { owner = "avast"; repo = "yaramod"; - rev = "aa06dd408c492a8f4488774caf2ee105ccc23ab5"; - hash = "sha256-wiD4A+6Jsd7bzGo8mmWnkb7l2XcjEgLCK/A4iW9Zt/A="; + rev = "a367d910ae79698e64e99d8414695281723cd34b"; + hash = "sha256-Gd2fBkxPsxKNYKorvcPqpfD43e+Vl0eKUSYZvsRhRjM="; # yaramod builds yet more dependencies. these need to be installed to "lib" postFetch = ''