3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #151828 from fabaff/bump-kubescape

kubescape: 1.0.135 -> 1.0.136
This commit is contained in:
Fabian Affolter 2021-12-22 23:04:18 +01:00 committed by GitHub
commit 77e094c117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,20 +6,20 @@
buildGoModule rec {
pname = "kubescape";
version = "1.0.134";
version = "1.0.136";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jcMaLp3SOeH6kE9V5fYSNP5klJwqWt3mrKz1VHOzjx4=";
sha256 = "sha256-g7gM+fZIDb6YK3QDiBqiQaTEyFtIQ30mTe6AAR3S3iw=";
};
nativeBuildInputs = [
installShellFiles
];
vendorSha256 = "sha256-om9ASiMz59xaX76qByjziECuagCB+6jDBBsouEMQfe8=";
vendorSha256 = "sha256-hEj69RsYj+KxfZPri2j+vFxUU2S8wuK85EYGND5wtWg=";
ldflags = [
"-s"