ghidra: 11.0.2 -> 11.0.3

This commit is contained in:
R. Ryantm 2024-05-05 07:43:56 +00:00
parent 14e704d967
commit 472fc05956

@ -15,13 +15,13 @@
let
pkg_path = "$out/lib/ghidra";
pname = "ghidra";
version = "11.0.2";
version = "11.0.3";
src = fetchFromGitHub {
owner = "NationalSecurityAgency";
repo = "Ghidra";
rev = "Ghidra_${version}_build";
hash = "sha256-Q5nolgqBG2LFVoEeEtzEPTt/cAHubPlRIFt3SYX9z1Y=";
hash = "sha256-Id595aKYHP1R3Zw9sV1oL32nAUAr7D/K4wn6Zs7q3Jo=";
};
gradle = gradle_7;