Skip to content

Commit 7de8347

Browse files
committed
kube-bench: 0.10.0 -> 0.10.2
1 parent 2cc9bbf commit 7de8347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ku/kube-bench/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "kube-bench";
10-
version = "0.10.0";
10+
version = "0.10.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "aquasecurity";
1414
repo = pname;
1515
tag = "v${version}";
16-
hash = "sha256-+2WoQJtH5uuVSOi70WQ+DYnUNlXoThXPJvz2jckn2cw=";
16+
hash = "sha256-5vgAK99a0gCYAVd0f/dd6Z1qsGzAeHL+eTTb/hcFlp4=";
1717
};
1818

19-
vendorHash = "sha256-2jlYDpUJr4y4Ahzw9xDwVlQ/XPADMbAc5qYf+6N7Ado=";
19+
vendorHash = "sha256-2HUvy9O7c1j4oXdIw7VZPtkEjQj2en8YPetiGwDaeYg=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)