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

kubeclarity: 2.18.0 -> 2.18.1
This commit is contained in:
figsoda 2023-05-27 21:50:08 -04:00 committed by GitHub
commit d42e57cbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "kubeclarity";
version = "2.18.0";
version = "2.18.1";
src = fetchFromGitHub {
owner = "openclarity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qXBD3JurBU7RBemj+gr/tBGpfqKhwk5VPBKaTuM4URg=";
hash = "sha256-hSVxhXaRSIKw1/14BS+mzDkdds6LurWTNNwHpKIXZxM=";
};
vendorHash = "sha256-L7g48EH3cuhgSZ87JoMVvv5nGDzjUpOufsikINCdhao=";
vendorHash = "sha256-vAR/RqPL4PWvCC3QevaLFtA9JEIy/DuCIrIN5Ilb3Ko=";
nativeBuildInputs = [
pkg-config