kubescape: 3.0.41 -> 3.0.42

This commit is contained in:
R. Ryantm
2025-10-15 15:30:21 +00:00
parent 18fccbebfb
commit 65450a78ee
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.41";
version = "3.0.42";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
tag = "v${version}";
hash = "sha256-RRpZCEzuST8Q98O/Cdnl90efjdQLzupAZwfT2tkOzv0=";
hash = "sha256-/+n0R7Lj2TReP+OUdhZh+te0XZT2Nd+8nKEFinEtlz0=";
fetchSubmodules = true;
};