kubescape: 2.0.146 -> 2.0.147

This commit is contained in:
Fabian Affolter 2022-02-10 22:45:17 +01:00
parent df2a926965
commit 8e85f55f28

View File

@ -6,20 +6,20 @@
buildGoModule rec {
pname = "kubescape";
version = "2.0.146";
version = "2.0.147";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
hash = "sha256-OSpT6S0jCw/svWl4q9CyZUwUB/cFAyiyWt+oXKVPSJ0=";
hash = "sha256-5ESAvLCAQ6ttpuc3YGkUwUvvhHZj+QYXyx30fhVSP1Y=";
};
nativeBuildInputs = [
installShellFiles
];
vendorSha256 = "sha256-p2bLZfwsSevaiAqciCfEvpdOx3WlVdWBHVXtLBMjLGA=";
vendorSha256 = "sha256-xbOUggbu/4bNT07bD3TU/7CIDvgi6OtZLQzSqQykwRY=";
ldflags = [
"-s"