ghidra-extensions.findcrypt: 3.0.2 -> 3.0.3 (#363311)

This commit is contained in:
Aleksana
2024-12-10 20:43:10 +08:00
committed by GitHub
@@ -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 = {