8 pname = "cyclonedx-gomod";
11 src = fetchFromGitHub {
13 repo = "cyclonedx-gomod";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-s5kzyQPf29RZPnPtgFf4IVHnOtVZOtGSQqy1BNVVykQ=";
18 vendorHash = "sha256-Sz2NCznyD0tMuho9kr+U35I8bS/WK276nPdt83k1zfU=";
25 # Tests require network access and cyclonedx executable
29 description = "Tool to create CycloneDX Software Bill of Materials (SBOM) from Go modules";
30 homepage = "https://github.com/CycloneDX/cyclonedx-gomod";
31 changelog = "https://github.com/CycloneDX/cyclonedx-gomod/releases/tag/v${version}";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ fab ];
34 mainProgram = "cyclonedx-gomod";