Skip to content

Commit

Permalink
Merge pull request NixOS#145692 from fabaff/bump-kubescape
Browse files Browse the repository at this point in the history
kubescape: 1.0.130 -> 1.0.131
  • Loading branch information
fabaff authored Nov 12, 2021
2 parents 914b3ad + d0ba9b6 commit 8df0005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/kubescape/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

buildGoModule rec {
pname = "kubescape";
version = "1.0.130";
version = "1.0.131";

src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NZqIqqDusfWMDLVtcdFAVOuIGMxr+I2xnNB3ckBI/cY=";
sha256 = "sha256-DcReo4pTdI8ssWH1IqD8gDUm4jQ0jBBJ+ltxSpdkxQE=";
};

nativeBuildInputs = [
installShellFiles
];

vendorSha256 = "sha256-cOxjsujlpRbdw4098eMHe2oNAJXWGjKbPeYpKt0DCp8=";
vendorSha256 = "sha256-SxJnYJyKFed1c+zgeeXQQhsKHlaDevJGMwqA5gPef3s=";

ldflags = [
"-s"
Expand Down

0 comments on commit 8df0005

Please sign in to comment.