about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-07-26 14:41:07 +0200
committerGitHub <noreply@github.com>2023-07-26 14:41:07 +0200
commit97600c3a7c0963cffb27b276d35e37a9b5d132af (patch)
treee8510759503315c07df7c961c0e170031449b491 /pkgs/tools
parent7a87cec13c8038b8986275bc1447820556b41e68 (diff)
parent37ea9eb02d668d2252a74a117a9936a9150d5323 (diff)
Merge pull request #244756 from r-ryantm/auto-update/ghidra
ghidra: 10.3.1 -> 10.3.2
Diffstat (limited to 'pkgs/tools')
-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 7ff9fe994756f..8f2a9f05fd3ac 100644
--- a/pkgs/tools/security/ghidra/build.nix
+++ b/pkgs/tools/security/ghidra/build.nix
@@ -15,13 +15,13 @@
 let
   pkg_path = "$out/lib/ghidra";
   pname = "ghidra";
-  version = "10.3.1";
+  version = "10.3.2";
 
   src = fetchFromGitHub {
     owner = "NationalSecurityAgency";
     repo = "Ghidra";
     rev = "Ghidra_${version}_build";
-    hash = "sha256-KYZAu+15rcTkdfVQdKgAlVv3FxREUH0IIgYBb0qjdO8=";
+    hash = "sha256-CVnEHtSF3DVTH+8qwUsABJq/lRkg6xulEWU+Q5C9ajo=";
   };
 
   gradle = gradle_7;