ghidra-extensions.findcrypt: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm
2026-01-17 16:11:00 +00:00
parent dff2312dc2
commit d9ac894747
@@ -5,13 +5,13 @@
}:
buildGhidraExtension (finalAttrs: {
pname = "findcrypt";
version = "3.1.3";
version = "3.1.4";
src = fetchFromGitHub {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${finalAttrs.version}";
hash = "sha256-c+7WQ7EeZm/9IyqGthTKBtm7EnNp0o7BmIM6GskTo6Y=";
hash = "sha256-ZrPLAjdfqHVjnOSBMTrXWK9DDHyIwaUt0ZYCwGiGLBg=";
};
meta = {