Merge pull request #153768 from fabaff/bump-kubescape

kubescape: 1.0.137 -> 1.0.138
This commit is contained in:
Fabian Affolter 2022-01-07 09:51:37 +01:00 committed by GitHub
commit fbe4978bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubescape";
version = "1.0.137";
version = "1.0.138";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2VjC5icIKF7VO7Tli/mk/gXbIzZxkFm7Aigwl+BVQ6g=";
sha256 = "sha256-/Rp4eNlvlONiH3F6Zv9GDUF26tmSuhFGUL1MoKOFSEc=";
};
nativeBuildInputs = [