Unverified Commit d42e57cb authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

kubeclarity: 2.18.0 -> 2.18.1
parents 1e1a4668 b328f153
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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