bump ghidra in flake

This commit is contained in:
Ninja3047
2023-09-23 18:25:59 -04:00
parent 5b76dd9ed5
commit c711ddce7b
+4 -10
View File
@@ -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
];
};