Skip to content

Commit

Permalink
kube-bench: 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2024
1 parent 83dfdf2 commit baaca5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kube-bench/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "kube-bench";
version = "0.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-i0iSIK3nJ83bCuxIVxLBjJbBCpTU5TavmX2DTEJzG+Q=";
hash = "sha256-SkXf8zZif1l+yOSUjYpW474gYOmxifaLtj/DNK+ZNfg=";
};

vendorHash = "sha256-c4+ruUR52TcjI+Xvuv9Xt8GAyjpbEvJhqDqWSRgVGWI=";
vendorHash = "sha256-6ApPEt9SkPI5yu3ejzR1AU1ZCHmltp8Cxso6j//pEAk=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit baaca5d

Please sign in to comment.