Merge pull request #200836 from roblabla/ghidra-update

ghidra: 10.2 -> 10.2.1
This commit is contained in:
Mario Rodas
2022-11-13 08:04:18 -05:00
committed by GitHub
+2 -2
View File
@@ -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 {