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

kube-bench: 0.12.0 -> 0.13.0 (#447185)

parents ead8aeed e258b406
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.12.0";
  version = "0.13.0";

  __darwinAllowLocalNetworking = true; # required for tests

@@ -18,10 +18,10 @@ buildGoModule (finalAttrs: {
    owner = "aquasecurity";
    repo = "kube-bench";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XOx0PKywl2Cyh7JgRRRTt9Y20aTFRCFBx+dGByuGHww=";
    hash = "sha256-5P8kF8k25E7dezhQ7oKKlu/6y9Ofq3nAeenAI7IOBwE=";
  };

  vendorHash = "sha256-CXyzrV6XcAfI9wnASh4jWna2yb7aWiSbm7q9WVdecDU=";
  vendorHash = "sha256-vueIQbsF34lkmIFpH8DiOSjxEBevxxiJLd0L/sQwJBE=";

  nativeBuildInputs = [ installShellFiles ];