kubescape: 3.0.47 -> 4.0.8 (#521532)

This commit is contained in:
Fabian Affolter
2026-05-20 18:24:51 +00:00
committed by GitHub
+4 -4
View File
@@ -7,21 +7,20 @@
installShellFiles,
versionCheckHook,
}:
buildGoModule (finalAttrs: {
pname = "kubescape";
version = "3.0.47";
version = "4.0.8";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
tag = "v${finalAttrs.version}";
hash = "sha256-tXGFCKkuK8PGdgVGNXO5qVWB1+XPz092ovmLdVMY+yQ=";
hash = "sha256-QWPMWUT8Hv6240yEtcaoLXmgtySHNOZpzBw2soHCW8A=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-1WmG+ffcwBCsAdBTXST0iZIcA8Mo0LRt317WDX2f/aM=";
vendorHash = "sha256-tObBMdIjW8JUEv7tKdmhXZuB+kQryP+B856MXtsKp5U=";
subPackages = [ "." ];
@@ -35,6 +34,7 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
"-X=main.version=v${finalAttrs.version}"
"-X=github.com/kubescape/kubescape/v3/core/cautils.BuildNumber=v${finalAttrs.version}"
];