There was an error while loading. Please reload this page.
1 parent 51d40d1 commit 191497eCopy full SHA for 191497e
1 file changed
pkgs/by-name/ku/kube-bench/package.nix
@@ -10,18 +10,18 @@
10
11
buildGoModule (finalAttrs: {
12
pname = "kube-bench";
13
- version = "0.15.0";
+ version = "0.15.6";
14
15
__darwinAllowLocalNetworking = true; # required for tests
16
17
src = fetchFromGitHub {
18
owner = "aquasecurity";
19
repo = "kube-bench";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-PxCybf+lNo+ys8t8dTLZUVaovsg63DR3eeiv71w+N4M=";
+ hash = "sha256-8uu3aAuft5MyuULyFaJKwEcAR8atVgdDZvZx4IRnx0w=";
22
};
23
24
- vendorHash = "sha256-GpUCOd2FR+D4hKdvrulfw4HknohfWnsWzdJI6tb0nhA=";
+ vendorHash = "sha256-P6LDpKoy17mTunjnFGVwKOG0fn3XzAxkvHx1eGB4Bps=";
25
26
nativeBuildInputs = [ installShellFiles ];
27
0 commit comments