kubescape: 3.0.16 -> 3.0.17 (#340264)

This commit is contained in:
Nick Cao 2024-09-07 09:03:11 -04:00 committed by GitHub
commit b9e5669005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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