Merge pull request #141727 from fabaff/bump-kubescape

kubescape: 1.0.109 -> 1.0.120
This commit is contained in:
Fabian Affolter 2021-10-15 23:25:08 +02:00 committed by GitHub
commit 15f14d50a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "kubescape";
version = "1.0.109";
version = "1.0.120";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aPy0FcDFoBK02pCmDTe5T1QyB9+WC++cBuOI7CtaXtY=";
sha256 = "sha256-aFFJAib0/FTOaPtSLYXIFV3+QfIpzy8fC7rWAQW5yh0=";
};
vendorSha256 = "sha256-vN+ci2vCbtDuEEVzZQiFkdi1QkMgnnbbJgD9g6DS7qs=";