Merge pull request #297829 from fabaff/cnspec-bump

cnspec: 10.8.2 -> 10.8.4
This commit is contained in:
Fabian Affolter 2024-03-22 08:16:00 +01:00 committed by GitHub
commit 92b7325360
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.2";
version = "10.8.4";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-F38qymDYAV2hc1jKrnyot6rk/vDPAvH+DP/JhucmZkE=";
hash = "sha256-emY8y+OKk052o5LGhHMra7CTpbmS/U+5sjWIYR7DRsA=";
};
proxyVendor = true;
vendorHash = "sha256-w8iGRPnYbyNeHZ+cOA6K4GJdsIyES5zC3A70r9BEFuY=";
vendorHash = "sha256-W39Ccc5UU+K+W/h/R1vrB1lcJXKZs8gbfxmb99vGEfM=";
subPackages = [
"apps/cnspec"