ghidra-bin: 11.2.1 -> 11.3

This commit is contained in:
John Chadwick
2025-02-07 09:24:06 -05:00
parent 745feb584b
commit e7fc893774
+3 -3
View File
@@ -28,12 +28,12 @@ let
in
stdenv.mkDerivation rec {
pname = "ghidra";
version = "11.2.1";
versiondate = "20241105";
version = "11.3";
versiondate = "20250205";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
hash = "sha256-w6FCAjF2ggFWH8eo7X8V6ZTbSptGkwRzoEMj9nGL5/M=";
hash = "sha256-PJc0N32KxDTbW21t/C1QUZ/C+tzKZe7/J55/8H6zGvk=";
};
nativeBuildInputs = [