kubescape: 2.0.144 -> 2.0.146

This commit is contained in:
Fabian Affolter 2022-02-10 08:44:48 +01:00
parent d3d2c44a26
commit ab23d81e1c

View file

@ -6,20 +6,20 @@
buildGoModule rec {
pname = "kubescape";
version = "2.0.144";
version = "2.0.146";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
hash = "sha256-X/r39lvNSLZ4SG/x5Woj7c0fEOp8USyeTWYihaY0faU=";
hash = "sha256-OSpT6S0jCw/svWl4q9CyZUwUB/cFAyiyWt+oXKVPSJ0=";
};
nativeBuildInputs = [
installShellFiles
];
vendorSha256 = "sha256-gB1/WkGC3sgMqmA4F9/dGU0R0hIDwwTVBNNsY6Yj8KU=";
vendorSha256 = "sha256-p2bLZfwsSevaiAqciCfEvpdOx3WlVdWBHVXtLBMjLGA=";
ldflags = [
"-s"