Merge pull request #154576 from fabaff/bump-kubescape

kubescape: 1.0.138 -> 1.0.139
This commit is contained in:
Fabian Affolter 2022-01-11 17:34:39 +01:00 committed by GitHub
commit 38f80101e5
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.138";
version = "1.0.139";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/Rp4eNlvlONiH3F6Zv9GDUF26tmSuhFGUL1MoKOFSEc=";
sha256 = "sha256-CsIdr/+orDTGdEs4R069+PF3ZKuXx8uLxEsymFOLfOY=";
};
nativeBuildInputs = [