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
+2 -2
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=";