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

kube-bench: 0.7.2 -> 0.7.3
This commit is contained in:
Nick Cao 2024-04-18 10:47:11 -04:00 committed by GitHub
commit 2ceafb8321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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