ghidra: 10.2.2 -> 10.2.3

This commit is contained in:
roblabla
2023-02-12 18:49:40 +01:00
parent 979dce7414
commit 2e4bc8230f
2 changed files with 4 additions and 3 deletions
+2 -2
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 {
+2 -1
View File
@@ -4784,7 +4784,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 { };