ghidra-bin: 12.0.2 -> 12.0.4

This commit is contained in:
Franco Biasin
2026-04-03 17:23:22 -03:00
parent 6500b67dd5
commit ff7a738c48
+3 -3
View File
@@ -28,11 +28,11 @@ let
in
stdenv.mkDerivation rec {
pname = "ghidra";
version = "12.0.2";
versiondate = "20260129";
version = "12.0.4";
versiondate = "20260303";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
hash = "sha256-E2edj1psLK1hrKCDcjQbQZaYls8iq5ZG3vdwSUUJts8=";
hash = "sha256-O+Y1k1fRVTZVJMBA62gyqWw0KZOwrBqqRC3dlhQHbhY=";
};
nativeBuildInputs = [