about summary refs log tree commit diff
path: root/pkgs/tools/security/ghidra
diff options
context:
space:
mode:
authorroblabla <unfiltered@roblab.la>2022-11-19 16:10:17 +0100
committerroblabla <unfiltered@roblab.la>2022-11-19 16:10:17 +0100
commite78d5f642619e660c54d30f5548a71b18b3ee5d0 (patch)
tree125e67feab64086d0598e12f6fd669ee97a8623d /pkgs/tools/security/ghidra
parentd81027ce10c9c2409f541d8413a31b80d5004ae0 (diff)
ghidra: 10.2.1 -> 10.2.2
Diffstat (limited to 'pkgs/tools/security/ghidra')
-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 {