Skip to content

Commit

Permalink
ghidra-bin: 11.2.1 -> 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Feb 7, 2025
1 parent 745feb5 commit e7fc893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/ghidra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ let
in
stdenv.mkDerivation rec {
pname = "ghidra";
version = "11.2.1";
versiondate = "20241105";
version = "11.3";
versiondate = "20250205";

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

nativeBuildInputs = [
Expand Down

0 comments on commit e7fc893

Please sign in to comment.