Merge pull request #139661 from fabaff/bump-kubescape

kubescape: 1.0.85 -> 1.0.88
This commit is contained in:
Fabian Affolter 2021-09-28 18:25:28 +02:00 committed by GitHub
commit 2b71ddd869
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.85";
version = "1.0.88";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "19r7dgr0y1k9qa4llxbgaf69j88vs9h2gx29bwbh6dq17q58sfdl";
sha256 = "sha256-ITN/HsXZWH1v23R5TSEd8vq/DkhiCypJM+hg879ZWlc=";
};
vendorSha256 = "18mvv70g65pq1c7nn752j26d0vasx6cl2rqp5g1hg3cb61hjbn0n";