kubescape: 3.0.9 -> 3.0.10

This commit is contained in:
R. Ryantm 2024-05-08 21:39:49 +00:00
parent 4f554f0ff0
commit 4a398361da

View file

@ -10,17 +10,17 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.9";
version = "3.0.10";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-pAe289XwKq/PO39/Wt60uipt4Z0ZD5f73pDaOTXXwi0=";
hash = "sha256-r6w2Cfyjxqf/1DMBGgmE8Oh/WnvBOa7mAEGXnPjk1Pg=";
fetchSubmodules = true;
};
vendorHash = "sha256-UWmsS79N8ooFr4qpKqOVC14cgf5ckAQwzROHGl1smD8=";
vendorHash = "sha256-WPa6IKPjdBtoHYKA2yYtaI1LCbkyv374fcThxbSEKxo=";
subPackages = [
"."