ghidra: 9.2.2 -> 9.2.3

This commit is contained in:
Jörg Thalheim 2021-04-23 17:42:33 +02:00
parent 8e585bbce6
commit 68891e6a5b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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 ];
}; };
} }