Merge pull request #158912 from fabaff/bump-kupescape

kubescape: 2.0.144 -> 2.0.146
This commit is contained in:
Fabian Affolter 2022-02-10 13:32:45 +01:00 committed by GitHub
commit 91dd0c80f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"