ghidra-extensions.findcrypt: 3.1.8 -> 3.1.9 (#529468)

This commit is contained in:
Michael Daniels
2026-06-14 01:50:20 +00:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
buildGhidraExtension (finalAttrs: {
pname = "findcrypt";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "antoniovazquezblanco";
repo = "GhidraFindcrypt";
rev = "v${finalAttrs.version}";
hash = "sha256-2EXJ7tHDjM9LH+SGaRBx4zlK6OdGs+5ipQjsnafgwTQ=";
hash = "sha256-NpJx9F21wYvrgELwKjE4bqRAE3lvLwqXbvuCB0HmPgk=";
};
meta = {