Merge pull request #329882 from r-ryantm/auto-update/kubescape

kubescape: 3.0.14 -> 3.0.15
This commit is contained in:
Fabian Affolter
2024-07-25 16:39:44 +02:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.14";
version = "3.0.15";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-vTbNnQwHU1ALjNrZHE7nNw53DIe4lEifYOqkIeZohVE=";
hash = "sha256-97Ik9a7ZLoDuZ2tA1OiBy0ql+nlSuUm5DetBR5WkaUI=";
fetchSubmodules = true;
};