kube-bench: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2024-02-01 07:28:50 +00:00
parent 0b8f8e0cd9
commit 6e86b9a9e3
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-bench";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yJJEWxz8EWdLi2rhw42QVdG9AcGO0OWnihg153hALNE=";
hash = "sha256-EsUjGc7IIu5PK9KaODlQSfmm8jpjuBXvGZPNjSc1824=";
};
vendorHash = "sha256-zKw6d3UWs2kb+DCXmLZ09Lw3m8wMhm9QJYkeXJYcFA8=";
vendorHash = "sha256-i4k7eworPUvLUustr5U53qizHqUVw8yqGjdPQT6UIf4=";
nativeBuildInputs = [ installShellFiles ];