Commit e3675ab2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent ac35e3b0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "cyclonedx-gomod";
  version = "1.7.0";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "CycloneDX";
    repo = "cyclonedx-gomod";
    rev = "refs/tags/v${version}";
    hash = "sha256-RM8ZH1mO+72ptoU7YKXlCZAyDhYZ7MFXyDYrqBQwsDI=";
    hash = "sha256-s5kzyQPf29RZPnPtgFf4IVHnOtVZOtGSQqy1BNVVykQ=";
  };

  vendorHash = "sha256-1ibMneSOYs5C6Ul8m/rVXVFBJHZrH1D5eWRwVVJ6a+A=";
  vendorHash = "sha256-Sz2NCznyD0tMuho9kr+U35I8bS/WK276nPdt83k1zfU=";

  ldflags = [
    "-w"
+3 −1
Original line number Diff line number Diff line
@@ -3485,7 +3485,9 @@ with pkgs;
  cyclone-scheme = callPackage ../development/interpreters/cyclone { };
  cyclonedx-gomod = callPackage ../tools/security/cyclonedx-gomod { };
  cyclonedx-gomod = callPackage ../tools/security/cyclonedx-gomod {
    buildGoModule = buildGo123Module;
  };
  cyclonedx-python = callPackage ../tools/misc/cyclonedx-python { };