Merge pull request #277822 from fabaff/cnspec-bump

cnspec: 9.12.1 -> 9.12.2
This commit is contained in:
Fabian Affolter 2023-12-31 12:17:40 +01:00 committed by GitHub
commit 0cc514fbdf
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.12.1";
version = "9.12.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-U3iEiKIb9lTNM4GK75a8khsjeZzYaMafoBfdpNiiwHQ=";
hash = "sha256-pFXQkYIMheo9W86nwNifN9Ckrk2v+FmpoUsDnIRcuYU=";
};
proxyVendor = true;
vendorHash = "sha256-RRE0DsBkpI9hvo7k04eIadOKO3YE0g0DDjFj40ya1ZM=";
vendorHash = "sha256-TW5mQjuxKbYLRdpNdFOZbb0/Y2lnKgQWXeAyUilQq/4=";
subPackages = [
"apps/cnspec"