ghidra-extensions.findcrypt: 3.0.4 -> 3.0.5 (#390219)

This commit is contained in:
Austin Horstman
2025-03-16 08:50:46 -05:00
committed by GitHub
@@ -4,7 +4,7 @@
buildGhidraExtension,
}:
let
version = "3.0.4";
version = "3.0.5";
in
buildGhidraExtension {
pname = "findcrypt";
@@ -14,7 +14,7 @@ buildGhidraExtension {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${version}";
hash = "sha256-wISG3JGKyEeWhwRQqzam+Y4N9EoNcy6AdSGfj0zd18w=";
hash = "sha256-gWVYy+PWpNXlcgD83jap4IFRv66qdhloOwvpQVU2TcI=";
};
meta = {