kubescape: 3.0.17 -> 3.0.18 (#345956)

This commit is contained in:
Fabian Affolter 2024-10-06 22:16:37 +02:00 committed by GitHub
commit fe3c6fe982
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.17";
version = "3.0.18";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-xErgJPtf89Zmjn2lyRSuVmHT692xzupxWuBsu547+E0=";
hash = "sha256-4HBKvykeFFYg+/86ophmpIWELX8zkbvYEYgmISD3bbY=";
fetchSubmodules = true;
};
proxyVendor = true;
vendorHash = "sha256-i3KvZt7DpQ7kiWe+g4k2sHqI3ypxKiwrLhOe/sg3FMs=";
vendorHash = "sha256-QcCCY7BdDhZeLSOIYNnAet7uvcGlju4qb/j/GYwu2vE=";
subPackages = [ "." ];