ghidra-bin: 10.3.1 -> 10.4

This commit is contained in:
Mikael Fangel 2023-11-13 14:44:52 +01:00
parent 6c86876295
commit e49ae78acf
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -24,12 +24,12 @@ let
in stdenv.mkDerivation rec {
pname = "ghidra";
version = "10.3.1";
versiondate = "20230614";
version = "10.4";
versiondate = "20230928";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
hash = "sha256-I4FUEbBF/iwMP/iiA9Hjf36J4sAInhO80hLTbxWmUFc=";
hash = "sha256-IiAQ9OKmr8ZgqmGftuW0ITdG06fb9Lr30n2H9GArctk=";
};
nativeBuildInputs = [