We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745feb5 commit e7fc893Copy full SHA for e7fc893
pkgs/tools/security/ghidra/default.nix
@@ -28,12 +28,12 @@ let
28
in
29
stdenv.mkDerivation rec {
30
pname = "ghidra";
31
- version = "11.2.1";
32
- versiondate = "20241105";
+ version = "11.3";
+ versiondate = "20250205";
33
34
src = fetchzip {
35
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
36
- hash = "sha256-w6FCAjF2ggFWH8eo7X8V6ZTbSptGkwRzoEMj9nGL5/M=";
+ hash = "sha256-PJc0N32KxDTbW21t/C1QUZ/C+tzKZe7/J55/8H6zGvk=";
37
};
38
39
nativeBuildInputs = [
0 commit comments