about summary refs log tree commit diff
path: root/pkgs/tools/security/ghidra
diff options
context:
space:
mode:
authorroblabla <unfiltered@roblab.la>2022-11-12 12:17:47 +0100
committerroblabla <unfiltered@roblab.la>2022-11-12 12:19:56 +0100
commitd81027ce10c9c2409f541d8413a31b80d5004ae0 (patch)
tree1461c33269ff17c17e12203260c21682ba30d4df /pkgs/tools/security/ghidra
parent7a146b3babc180305b163a0ed8b63f4629e839f3 (diff)
ghidra: 10.2 -> 10.2.1
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 9607293ac2648..9f97e3ece3159 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";
+  version = "10.2.1";
 
   src = fetchFromGitHub {
     owner = "NationalSecurityAgency";
     repo = "Ghidra";
     rev = "Ghidra_${version}_build";
-    sha256 = "sha256-b6xUSAZgyvpJFiG3/kl2s1vpq9n1etnoa7AJLF3NdZY=";
+    sha256 = "sha256-xK6rSvI3L5wVcTBxJJndAVQMxjpsA5jMq0GeWNmCodI=";
   };
 
   desktopItem = makeDesktopItem {