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

kubescape: 3.0.15 -> 3.0.16
This commit is contained in:
Nick Cao 2024-08-21 17:32:41 -04:00 committed by GitHub
commit e1a916448d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,18 +10,18 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.15";
version = "3.0.16";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-97Ik9a7ZLoDuZ2tA1OiBy0ql+nlSuUm5DetBR5WkaUI=";
hash = "sha256-bCL9M4bqdmK7CHF/GDAaVuIaAekkiLAMy1xxwq/nGUE=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-1IpgtFm7P6IKoXWLkZ4RQMbk93lSfo1jayIGVChjtjA=";
vendorHash = "sha256-i3KvZt7DpQ7kiWe+g4k2sHqI3ypxKiwrLhOe/sg3FMs=";
subPackages = [ "." ];