kubescape: 1.0.120 -> 1.0.123

This commit is contained in:
Fabian Affolter 2021-10-18 23:49:20 +02:00
parent 4052c2e291
commit 9e7a6dfe37

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "kubescape";
version = "1.0.120";
version = "1.0.123";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aFFJAib0/FTOaPtSLYXIFV3+QfIpzy8fC7rWAQW5yh0=";
sha256 = "sha256-mrpQXIcV1KxOLDhWAS9Og76k18jsey7vPAcbhGe+cN4=";
};
vendorSha256 = "sha256-vN+ci2vCbtDuEEVzZQiFkdi1QkMgnnbbJgD9g6DS7qs=";
vendorSha256 = "sha256-4v/7JrSGZKOyLwU6U3+hc9P+kzxGGj4aXG/wXmNdo+M=";
# One test is failing, disabling for now
doCheck = false;