Commit e0d7c72b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kube-bench: 0.14.1 -> 0.15.0 (#492474)

parents e8ea486d c01c626c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildGoModule (finalAttrs: {
  pname = "kube-bench";
  version = "0.14.1";
  version = "0.15.0";

  __darwinAllowLocalNetworking = true; # required for tests

@@ -18,10 +18,10 @@ buildGoModule (finalAttrs: {
    owner = "aquasecurity";
    repo = "kube-bench";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZX4va+Ft5OAZb90pn3AfXrG7Wp4KVy3C6FO9TCLy6zM=";
    hash = "sha256-PxCybf+lNo+ys8t8dTLZUVaovsg63DR3eeiv71w+N4M=";
  };

  vendorHash = "sha256-whBFvChlpp6wnFLXL6ejB8l92q1q4kOaXxvIrRQmmjE=";
  vendorHash = "sha256-GpUCOd2FR+D4hKdvrulfw4HknohfWnsWzdJI6tb0nhA=";

  nativeBuildInputs = [ installShellFiles ];