about summary refs log tree commit diff
path: root/pkgs/tools/security/ghidra
diff options
context:
space:
mode:
authorRene de la Garza <rgarza@users.noreply.github.com>2019-07-24 11:02:03 -0500
committerJörg Thalheim <Mic92@users.noreply.github.com>2019-07-24 17:02:03 +0100
commitf8825473721978de42708dfb4e3330be5654063e (patch)
treedc567ea8a8aa303461bc2eca9b15ef86f1a1823c /pkgs/tools/security/ghidra
parent2a35404a9162d5a00d73a41ee10e9d1c231309a0 (diff)
ghidra: 9.0 -> 9.0.2 (#65177)
Diffstat (limited to 'pkgs/tools/security/ghidra')
-rw-r--r--pkgs/tools/security/ghidra/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/ghidra/default.nix b/pkgs/tools/security/ghidra/default.nix
index 71cda94d5f8ac..0878e058c3e21 100644
--- a/pkgs/tools/security/ghidra/default.nix
+++ b/pkgs/tools/security/ghidra/default.nix
@@ -6,11 +6,11 @@
 
 in stdenv.mkDerivation {
 
-  name = "ghidra-9.0";
+  name = "ghidra-9.0.2";
 
   src = fetchurl {
-    url = https://ghidra-sre.org/ghidra_9.0_PUBLIC_20190228.zip;
-    sha256 = "3b65d29024b9decdbb1148b12fe87bcb7f3a6a56ff38475f5dc9dd1cfc7fd6b2";
+    url = https://ghidra-sre.org/ghidra_9.0.2_PUBLIC_20190403.zip;
+    sha256 = "10ffd65c266e9f5b631c8ed96786c41ef30e2de939c3c42770573bb3548f8e9f";
   };
 
   nativeBuildInputs = [