kubescape: 3.0.46 -> 3.0.47

This commit is contained in:
R. Ryantm
2025-12-18 08:11:09 +00:00
parent 233f4672b9
commit 2404bdc2cb
+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 = [ "." ];