kubescape: 3.0.14 -> 3.0.15

This commit is contained in:
R. Ryantm 2024-07-25 11:40:36 +00:00
parent 289eafaaf0
commit d0fd2e1a41

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;
};