Merge pull request #292409 from r-ryantm/auto-update/kube-bench

kube-bench: 0.7.1 -> 0.7.2
This commit is contained in:
Nick Cao 2024-03-01 10:12:08 -05:00 committed by GitHub
commit 970fe7b621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-bench";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-EsUjGc7IIu5PK9KaODlQSfmm8jpjuBXvGZPNjSc1824=";
hash = "sha256-e8iB66fXc8lKwFEZlkk4qbsgExKUrf5WpEVCOiHiZUg=";
};
vendorHash = "sha256-i4k7eworPUvLUustr5U53qizHqUVw8yqGjdPQT6UIf4=";
vendorHash = "sha256-8DWjuweGCx2yxocm1GvcP+O3QYWYUdOFKmu6neQfWI4=";
nativeBuildInputs = [ installShellFiles ];