Merge pull request #304627 from fabaff/cnspec-bump

cnspec: 10.11.1 -> 10.12.2
This commit is contained in:
Fabian Affolter 2024-04-17 00:16:07 +02:00 committed by GitHub
commit a51cddc999
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.11.1";
version = "10.12.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-rLKECheCsJldeiUn1PtOLN5T4y+pu8TGC95q11KF4NU=";
hash = "sha256-FpUWCIMpBfJDEQKNwKjDSH5u2dxh9jO97cfmj77IdAc=";
};
proxyVendor = true;
vendorHash = "sha256-INkE3jOTrJGOqXj/M/s142CFdhN1XzbW1h6SKmlbhJw=";
vendorHash = "sha256-7Cor+SYujUKdXwWzBNT5POkNnxtnEPE5iffNbFbVfys=";
subPackages = [ "apps/cnspec" ];