Unverified Commit 60f124c3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

vuls: 0.29.0 -> 0.30.0 (#391857)

parents 39df2ec0 553c955f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  buildGo124Module,
  fetchFromGitHub,
}:

buildGoModule rec {
buildGo124Module rec {
  pname = "vuls";
  version = "0.29.0";
  version = "0.30.0";

  src = fetchFromGitHub {
    owner = "future-architect";
    repo = "vuls";
    tag = "v${version}";
    hash = "sha256-aQwQgQPuzsqm05m4Qf4cJBPrKU/TLai88CbDOWs9s58=";
    hash = "sha256-lDLT5GNFL2LtooHNlpKrewzxVK5W8u+0U47BDvMG8l4=";
    fetchSubmodules = true;
  };

  vendorHash = "sha256-OOU4m3qo6AFAXzCZMQyhdwj9USE9PV4zv4NjDwgZnxE=";
  vendorHash = "sha256-X9PWg4vB07Bh9w8Lw3cdEaciVvRhvQD0L5n4cFKf880=";

  ldflags = [
    "-s"
+0 −4
Original line number Diff line number Diff line
@@ -5320,10 +5320,6 @@ with pkgs;
  unrar-wrapper = python3Packages.callPackage ../tools/archivers/unrar-wrapper { };
  vuls = callPackage ../by-name/vu/vuls/package.nix {
    buildGoModule = buildGo123Module;
  };
  xdp-tools = callPackage ../tools/networking/xdp-tools { };
  ugarit = callPackage ../tools/backup/ugarit {