ghidra-extensions.findcrypt: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm
2024-12-08 17:59:55 +00:00
parent 0bc7caf6ff
commit 19e986a191
@@ -4,7 +4,7 @@
buildGhidraExtension,
}:
let
version = "3.0.2";
version = "3.0.3";
in
buildGhidraExtension {
pname = "findcrypt";
@@ -14,7 +14,7 @@ buildGhidraExtension {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${version}";
hash = "sha256-SNmhn/X+POp6dRaB9etZ8GvpKf/5+mPg3E0HUQTthIY=";
hash = "sha256-fkCed+zlkWpf8XLC8ayxFZMMtuc96CspMC4Qq/mgF3o=";
};
meta = {