Merge pull request #295308 from r-ryantm/auto-update/cnspec

cnspec: 10.6.1 -> 10.7.0

authored by

Nick Cao and committed by
GitHub
a0a081cf fd769243

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cnspec"; 8 - version = "10.6.1"; 8 + version = "10.7.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "mondoohq"; 12 12 repo = "cnspec"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-wQ11ZHyUh1bSrvWQLTSyOc+EtFp4QS9zcjNz1S+UP7Y="; 14 + hash = "sha256-D3/gOrn0iK+AbXOLJgbIz5ocaPl07eb9xVwvtsMrpQc="; 15 15 }; 16 16 17 17 proxyVendor = true; 18 18 19 - vendorHash = "sha256-Z7zPvm3CjHnmGdTvO8ETwgRijcRyGReZ6ba7llOkyME="; 19 + vendorHash = "sha256-xiSOw027tIb8r54Z8s41PUN72TQ31xiIufyMLCo06ZM="; 20 20 21 21 subPackages = [ 22 22 "apps/cnspec"