Merge pull request #305250 from fabaff/cnspec-bump

cnspec: 10.12.2 -> 11.0.2
This commit is contained in:
Fabian Affolter 2024-04-19 12:27:25 +02:00 committed by GitHub
commit 5ab7ff1f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "10.12.2";
version = "11.0.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-FpUWCIMpBfJDEQKNwKjDSH5u2dxh9jO97cfmj77IdAc=";
hash = "sha256-TSTOhfFNFwuF9kNf1q2HVcoxhKS1pKW4kSorSPyyeQU=";
};
proxyVendor = true;
vendorHash = "sha256-7Cor+SYujUKdXwWzBNT5POkNnxtnEPE5iffNbFbVfys=";
vendorHash = "sha256-Uuz/ghtd/1ol1ugDI7pz5Fyv6U5PpOdcoerU/qx4MPA=";
subPackages = [ "apps/cnspec" ];