lol

Merge pull request #248506 from fabaff/cnspec-bump

cnspec: 8.20.0 -> 8.22.1

authored by

Fabian Affolter and committed by
GitHub
90da23d6 aba5b377

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cnspec"; 8 - version = "8.20.0"; 8 + version = "8.22.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "mondoohq"; 12 12 repo = "cnspec"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-VPXxeI4dO6bHUagS38l7358sXW3ot/v/j9MUrD/akNg="; 14 + hash = "sha256-xTYPAipdfrwAhtLcLZkClnmB1qRlgfTwt8Qpq6iSZPk="; 15 15 }; 16 16 17 17 proxyVendor = true; 18 - vendorHash = "sha256-LH9ts/hD16rF9VBJIfwTAQXq9MMAiBKBR3ulKGNrlow="; 18 + vendorHash = "sha256-PE5RLMUi1bqFjUntvUU3dXmygFfzFJF+HerW5A+OktA="; 19 19 20 20 subPackages = [ 21 21 "apps/cnspec"