kubeclarity: 2.18.0 -> 2.18.1

This commit is contained in:
R. Ryantm 2023-05-28 00:08:52 +00:00
parent c4ad720905
commit b328f15382

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