kubescape: 3.0.46 -> 3.0.47 (#471923)

This commit is contained in:
Fabian Affolter
2025-12-20 20:02:38 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.46";
version = "3.0.47";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
tag = "v${version}";
hash = "sha256-Be0mlPd6+KFipISu8ctoHYs1I8P80h5XNpC4YPU+pZA=";
hash = "sha256-tXGFCKkuK8PGdgVGNXO5qVWB1+XPz092ovmLdVMY+yQ=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-HyhGdrV5kLtWh6bAvCwZ0ES5QYfELoawdAvIt241tGY=";
vendorHash = "sha256-1WmG+ffcwBCsAdBTXST0iZIcA8Mo0LRt317WDX2f/aM=";
subPackages = [ "." ];