ghidra-extensions.ghidra-golanganalyzerextension: 1.2.4 -> 1.3.0 (#502791)

This commit is contained in:
Emily Trau
2026-04-05 13:19:31 +00:00
committed by GitHub
@@ -5,15 +5,17 @@
}:
buildGhidraExtension (finalAttrs: {
pname = "Ghidra-GolangAnalyzerExtension";
version = "1.2.4";
version = "1.3.0";
src = fetchFromGitHub {
owner = "mooncat-greenpy";
repo = "Ghidra_GolangAnalyzerExtension";
rev = finalAttrs.version;
hash = "sha256-uxozIJ+BLcP1vBnLOCZD9ueY10hd37fON/Miii3zabo=";
hash = "sha256-zKN9SKprJIA5hQCvaQUdfBchN+2wPo47bkOchnQrr5A=";
};
sourceRoot = "${finalAttrs.src.name}/GolangAnalyzerExtension";
meta = {
description = "Facilitates the analysis of Golang binaries using Ghidra";
homepage = "https://github.com/mooncat-greenpy/Ghidra_GolangAnalyzerExtension";