Merge pull request #273844 from fabaff/cnspec-bump

cnspec: 9.10.0 -> 9.11.0
This commit is contained in:
Nick Cao 2023-12-13 09:22:35 -05:00 committed by GitHub
commit 72d8b029e9
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.10.0";
version = "9.11.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-jHV0kWxmIoznhxo+nj/oY+43Gp0FwMQeyX91IMgFmvY=";
hash = "sha256-Lcky8+tY91ndZEJ6ZcBxxLHYj6k7U0Yu6BKs5MiB15U=";
};
proxyVendor = true;
vendorHash = "sha256-8clFlEuFD+o8USQlCPriC3BgHk2+U2BdxEwHt4hwI5M=";
vendorHash = "sha256-bFnlvstu+yYteq719r9g0A2sNJAaxV/jZR9Ww3FoG28=";
subPackages = [
"apps/cnspec"