Merge pull request #161477 from fabaff/bump-kubescape

kubescape: 2.0.147 -> 2.0.148
This commit is contained in:
Fabian Affolter 2022-02-23 11:37:55 +01:00 committed by GitHub
commit 9655f75629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubescape";
version = "2.0.147";
version = "2.0.148";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
hash = "sha256-5ESAvLCAQ6ttpuc3YGkUwUvvhHZj+QYXyx30fhVSP1Y=";
hash = "sha256-Wn/yVGAAdAaIsHUDWWqVyAlOTYIXpbwIktX9h4LN+fQ=";
};
nativeBuildInputs = [