kubescape: 3.0.16 -> 3.0.17

This commit is contained in:
R. Ryantm 2024-09-07 07:05:53 +00:00
parent 29cca09041
commit 00aec28003

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.16";
version = "3.0.17";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-bCL9M4bqdmK7CHF/GDAaVuIaAekkiLAMy1xxwq/nGUE=";
hash = "sha256-xErgJPtf89Zmjn2lyRSuVmHT692xzupxWuBsu547+E0=";
fetchSubmodules = true;
};