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

cnspec: 8.10.0 -> 8.11.0

authored by Fabian Affolter and committed by GitHub 47dfeae5 e1080230

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cnspec"; 8 - version = "8.10.0"; 8 + version = "8.11.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-xgDHpLnbTAC0OL7Z5JQsOWlarIHqvr7xrDBg6hlWRRw="; 14 + hash = "sha256-ypDosK+vA7EEQsfZh9PUZrXY0uO+mPI1GC6RS80gP1o="; 15 15 }; 16 16 17 17 proxyVendor = true; 18 - vendorHash = "sha256-LlLnkJc+bIRG1s6AHBYL6r5guYXPDo0moQwMSmHX3Zg="; 18 + vendorHash = "sha256-Iyi1OoJEHHeCS+W922e+3o+pru/UhTUWwkkY2nurRGY="; 19 19 20 20 subPackages = [ 21 21 "apps/cnspec"