Merge pull request #120353 from Mic92/ghidra

ghidra: 9.2.2 -> 9.2.3
This commit is contained in:
Sandro 2021-04-24 03:25:22 +02:00 committed by GitHub
commit 91e505eedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "ghidra"; pname = "ghidra";
version = "9.2.2"; version = "9.2.3";
versiondate = "20201229"; versiondate = "20210325";
src = fetchzip { src = fetchzip {
url = "https://www.ghidra-sre.org/ghidra_${version}_PUBLIC_${versiondate}.zip"; url = "https://www.ghidra-sre.org/ghidra_${version}_PUBLIC_${versiondate}.zip";
sha256 = "1xahkwiqdcwxssah16hhgrmyam49cb341xp5ysycj1h0kkm8p53s"; sha256 = "sha256-/rQ3JeOR/D+HxzkJ+nV+pd/7V81+tCyTOndwpXI05hg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -72,7 +71,7 @@ in stdenv.mkDerivation rec {
homepage = "https://ghidra-sre.org/"; homepage = "https://ghidra-sre.org/";
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ ck3d govanify ]; maintainers = with maintainers; [ ck3d govanify mic92 ];
}; };
} }