Merge pull request #277229 from r-ryantm/auto-update/kubeclarity

kubeclarity: 2.22.1 -> 2.23.0
This commit is contained in:
Fabian Affolter 2023-12-28 08:54:33 +01:00 committed by GitHub
commit c06645023a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubeclarity";
version = "2.22.1";
version = "2.23.0";
src = fetchFromGitHub {
owner = "openclarity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-gET+nrNYWV4ON0y9/oh9QihqffkJEn38k7CcScqzHWI=";
hash = "sha256-GtShdcBSa7QAwjPUPMXDrFBgNqvJEf8XQw3HbqWEieo=";
};
vendorHash = "sha256-rYUbXkf0wOPehXvAzcww0WVycATWdK72LOqbQolqoWc=";