vuls: 0.29.0 -> 0.30.0 (#391857)

This commit is contained in:
Fabian Affolter
2025-03-22 17:57:48 +01:00
committed by GitHub
2 changed files with 5 additions and 9 deletions
+5 -5
View File
@@ -1,22 +1,22 @@
{
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"
-4
View File
@@ -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 {