Merge pull request #299678 from fabaff/cnspec-bump

cnspec: 10.8.4 -> 10.9.1
This commit is contained in:
Fabian Affolter 2024-03-28 09:47:38 +01:00 committed by GitHub
commit b347f88786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cnspec";
version = "10.8.4";
version = "10.9.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-emY8y+OKk052o5LGhHMra7CTpbmS/U+5sjWIYR7DRsA=";
hash = "sha256-9NHzSgcUWRVhq4hqkq8xJ0FgTk9BBz2Zc0yuj72WL+c=";
};
proxyVendor = true;
vendorHash = "sha256-W39Ccc5UU+K+W/h/R1vrB1lcJXKZs8gbfxmb99vGEfM=";
vendorHash = "sha256-bhpVAvoIriqA7QnYysqUfuAYbR9PoaPHgWCHlJLdgYY=";
subPackages = [
"apps/cnspec"