Unverified Commit aacc1ec0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #239498 from r-ryantm/auto-update/cnspec

cnspec: 8.13.0 -> 8.15.0
parents b8206e08 939d83ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@

buildGoModule rec {
  pname = "cnspec";
  version = "8.13.0";
  version = "8.15.0";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZHC1GpPp3/IwK67b3XMahf9KX73zoImRunY+yE/CGXQ=";
    hash = "sha256-kPTnbet/+iw0ZYxczyn9K5IzTmLwoZiEKSjTFfBHKow=";
  };

  proxyVendor = true;
  vendorHash = "sha256-iM86sTyu/GvWFV+iqXUMafg0uxpDJA8YqfB2SkglK/A=";
  vendorHash = "sha256-7FNZ/In8S3vpUEHLIzqPLSTY+ZW9kfNNT6EcSAZRgtI=";

  subPackages = [
    "apps/cnspec"