ghidra-extensions.findcrypt: 3.0.1 -> 3.0.2 (#346574)

This commit is contained in:
h7x4 2024-10-05 12:41:46 +02:00 committed by GitHub
commit 0508b4253b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
buildGhidraExtension,
}:
let
version = "3.0.1";
version = "3.0.2";
in
buildGhidraExtension {
pname = "findcrypt";
@ -14,7 +14,7 @@ buildGhidraExtension {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${version}";
hash = "sha256-/KA95NdoQFvR6XSGCHkX+ySKfftK84hJ8zjAvt0+O0o=";
hash = "sha256-SNmhn/X+POp6dRaB9etZ8GvpKf/5+mPg3E0HUQTthIY=";
};
meta = {