From c711ddce7b76d6bdca6fc6716cfd8d1fd29a8edb Mon Sep 17 00:00:00 2001 From: Ninja3047 <1284324+Ninja3047@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:25:59 -0400 Subject: [PATCH] bump ghidra in flake --- flake.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index f3b5af1..ae727c5 100644 --- a/flake.nix +++ b/flake.nix @@ -17,18 +17,12 @@ src = fetchFromGitHub { owner = "NationalSecurityAgency"; repo = "ghidra"; - rev = "refs/tags/Ghidra_10.2.3_build"; - sha256 = "sha256-YhjKRlFlF89H05NsTS69SB108rNiiWijvZZY9fR+Ebc="; + rev = "refs/tags/Ghidra_10.3.3_build"; + sha256 = "sha256-KDSiZ/JwAqX6Obg9UD8ZQut01l/eMXbioJy//GluXn0="; }; patches = [ - ./src/patches/stable/0001-Small-improvements-to-C-decompiler-testing-from-CLI.patch - ./src/patches/stable/0002-Add-include-guards-to-decompiler-C-headers.patch - ./src/patches/stable/0003-Fix-UBSAN-errors-in-decompiler.patch - ./src/patches/stable/0004-Use-stroull-instead-of-stroul-to-parse-address-offse.patch - ./src/patches/stable/0005-1-4-decompiler-Add-using-namespace-std-to-all-.cc.patch - ./src/patches/stable/0006-2-4-decompiler-Remusing-automated-std-namespace-fix.patch - ./src/patches/stable/0007-3-4-decompiler-Manually-fix-std-namespace-in-generat.patch - ./src/patches/stable/0008-4-4-decompiler-Manually-fix-missed-std-variable-usag.patch + ./src/patches/stable/0001-Fix-UBSAN-errors-in-decompiler.patch + ./src/patches/stable/0002-Use-stroull-instead-of-stroul-to-parse-address-offse.patch ]; };