Merge pull request #275619 from fabaff/cnspec-bump

cnspec: 9.11.0 -> 9.12.0
This commit is contained in:
Nick Cao 2023-12-20 11:32:20 -05:00 committed by GitHub
commit 7d365235af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "9.11.0";
version = "9.12.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-Lcky8+tY91ndZEJ6ZcBxxLHYj6k7U0Yu6BKs5MiB15U=";
hash = "sha256-bNSSU7UJBexnZ95fJM0Oa70jGbbM0ghNA0ePESRMjX0=";
};
proxyVendor = true;
vendorHash = "sha256-bFnlvstu+yYteq719r9g0A2sNJAaxV/jZR9Ww3FoG28=";
vendorHash = "sha256-9hjQBoZW6pnuo1YDegp+yxpvR4Ja+6BqOg5/fqwPRig=";
subPackages = [
"apps/cnspec"