Merge pull request #215597 from roblabla/update-ghidra

ghidra: 10.2.2 -> 10.2.3
This commit is contained in:
Nick Cao 2023-02-26 09:26:43 +08:00 committed by GitHub
commit b828b4a039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -19,13 +19,13 @@
let
pkg_path = "$out/lib/ghidra";
pname = "ghidra";
version = "10.2.2";
version = "10.2.3";
src = fetchFromGitHub {
owner = "NationalSecurityAgency";
repo = "Ghidra";
rev = "Ghidra_${version}_build";
sha256 = "sha256-AiyY6mGM+jHu9n39t/cYj+I5CE+a3vA4P0THNEFoZrk=";
sha256 = "sha256-YhjKRlFlF89H05NsTS69SB108rNiiWijvZZY9fR+Ebc=";
};
desktopItem = makeDesktopItem {

View file

@ -4809,7 +4809,8 @@ with pkgs;
ghdorker = callPackage ../tools/security/ghdorker { };
ghidra = callPackage ../tools/security/ghidra/build.nix { };
ghidra = if stdenv.isDarwin then darwin.apple_sdk_11_0.callPackage ../tools/security/ghidra/build.nix {}
else callPackage ../tools/security/ghidra/build.nix {};
ghidra-bin = callPackage ../tools/security/ghidra { };