about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-13 14:44:52 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-13 14:47:16 +0100
commite49ae78acfc8714e71e904be86a058c86af6c354 (patch)
tree9dbd3634658e722b5e6ee42727f2994672167104 /pkgs/tools/security
parent6c868762955e3b8eb6cf3f4e3101a26b59e8ddaa (diff)
downloadnixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar.gz
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar.bz2
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar.lz
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar.xz
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.tar.zst
nixlib-e49ae78acfc8714e71e904be86a058c86af6c354.zip
ghidra-bin: 10.3.1 -> 10.4
Diffstat (limited to 'pkgs/tools/security')
-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 34dcca4b4ca3..5f9346937b36 100644
--- a/pkgs/tools/security/ghidra/default.nix
+++ b/pkgs/tools/security/ghidra/default.nix
@@ -24,12 +24,12 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "ghidra";
-  version = "10.3.1";
-  versiondate = "20230614";
+  version = "10.4";
+  versiondate = "20230928";
 
   src = fetchzip {
     url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
-    hash = "sha256-I4FUEbBF/iwMP/iiA9Hjf36J4sAInhO80hLTbxWmUFc=";
+    hash = "sha256-IiAQ9OKmr8ZgqmGftuW0ITdG06fb9Lr30n2H9GArctk=";
   };
 
   nativeBuildInputs = [