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

authored by

Austin Horstman and committed by
GitHub
b95cd754 9a7967d4

+2 -2
+2 -2
pkgs/tools/security/ghidra/extensions/findcrypt/default.nix
··· 4 buildGhidraExtension, 5 }: 6 let 7 - version = "3.0.4"; 8 in 9 buildGhidraExtension { 10 pname = "findcrypt"; ··· 14 owner = "antoniovazquezblanco"; 15 repo = "GhidraFindcrypt"; 16 rev = "v${version}"; 17 - hash = "sha256-wISG3JGKyEeWhwRQqzam+Y4N9EoNcy6AdSGfj0zd18w="; 18 }; 19 20 meta = {
··· 4 buildGhidraExtension, 5 }: 6 let 7 + version = "3.0.5"; 8 in 9 buildGhidraExtension { 10 pname = "findcrypt"; ··· 14 owner = "antoniovazquezblanco"; 15 repo = "GhidraFindcrypt"; 16 rev = "v${version}"; 17 + hash = "sha256-gWVYy+PWpNXlcgD83jap4IFRv66qdhloOwvpQVU2TcI="; 18 }; 19 20 meta = {