summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-19 10:56:57 -0500
committerGitHub <noreply@github.com>2022-11-19 10:56:57 -0500
commitbad4753edcbbb4faf4b824b578bc1597f5a425f4 (patch)
tree15b838be0bad281696d234ab6abda4aa31dbec29 /pkgs
parentf6cf27bea7eaf01e1a0c31fbdacd8a0c27af60b6 (diff)
parente78d5f642619e660c54d30f5548a71b18b3ee5d0 (diff)
Merge pull request #201918 from roblabla/ghidra-update
ghidra: 10.2.1 -> 10.2.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/ghidra/build.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ghidra/build.nix b/pkgs/tools/security/ghidra/build.nix
index 9f97e3ece3159..2857019612d50 100644
--- a/pkgs/tools/security/ghidra/build.nix
+++ b/pkgs/tools/security/ghidra/build.nix
@@ -19,13 +19,13 @@
 let
   pkg_path = "$out/lib/ghidra";
   pname = "ghidra";
-  version = "10.2.1";
+  version = "10.2.2";
 
   src = fetchFromGitHub {
     owner = "NationalSecurityAgency";
     repo = "Ghidra";
     rev = "Ghidra_${version}_build";
-    sha256 = "sha256-xK6rSvI3L5wVcTBxJJndAVQMxjpsA5jMq0GeWNmCodI=";
+    sha256 = "sha256-AiyY6mGM+jHu9n39t/cYj+I5CE+a3vA4P0THNEFoZrk=";
   };
 
   desktopItem = makeDesktopItem {