ghidra-extensions.findcrypt: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm
2025-12-09 14:23:01 +00:00
parent 77bb04cd4b
commit 22cc222257
@@ -5,13 +5,13 @@
}:
buildGhidraExtension (finalAttrs: {
pname = "findcrypt";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${finalAttrs.version}";
hash = "sha256-KP6Wx2U8O/37yEAcV3abKg/uWraHJJOIfb7kvcfejHA=";
hash = "sha256-c+7WQ7EeZm/9IyqGthTKBtm7EnNp0o7BmIM6GskTo6Y=";
};
meta = {