Skip to content

Commit e7fc893

Browse files
committed
ghidra-bin: 11.2.1 -> 11.3
1 parent 745feb5 commit e7fc893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/ghidra/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ let
2828
in
2929
stdenv.mkDerivation rec {
3030
pname = "ghidra";
31-
version = "11.2.1";
32-
versiondate = "20241105";
31+
version = "11.3";
32+
versiondate = "20250205";
3333

3434
src = fetchzip {
3535
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
36-
hash = "sha256-w6FCAjF2ggFWH8eo7X8V6ZTbSptGkwRzoEMj9nGL5/M=";
36+
hash = "sha256-PJc0N32KxDTbW21t/C1QUZ/C+tzKZe7/J55/8H6zGvk=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)