Merge pull request #321450 from fabaff/cnspec-bump

cnspec: 11.9.0 -> 11.9.1
This commit is contained in:
Fabian Affolter 2024-06-21 12:35:31 +02:00 committed by GitHub
commit a8e2e8774c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.9.0";
version = "11.9.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-ry8VUMTswRwt0QViTi6ZnYxDN9P5wVdXLsNJlvhJ3yM=";
hash = "sha256-8i2oNeFxpxhFxFlJR3ib0M1W9NNtqgGjlnKsqzLkf68=";
};
proxyVendor = true;
vendorHash = "sha256-csSdZifkohlAVD2vXe4P1J4nX+EJNFB+YaVXRZKBsKI=";
vendorHash = "sha256-va23lTCCL/4EpTkBPH+rqZj4f+O4vAg2/nXGMEDNGXU=";
subPackages = [ "apps/cnspec" ];