kubescape: 3.0.13 -> 3.0.14

This commit is contained in:
R. Ryantm
2024-07-16 05:20:38 +00:00
parent b64e7d2266
commit d8a85c7d96
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.13";
version = "3.0.14";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-s0BaPIGMP8PbVv14e0U+tWKUFUVohAndaI5pLoMdALM=";
hash = "sha256-vTbNnQwHU1ALjNrZHE7nNw53DIe4lEifYOqkIeZohVE=";
fetchSubmodules = true;
};