Merge pull request #271400 from fabaff/cnspec-bump

cnspec: 9.8.0 -> 9.9.3

authored by Fabian Affolter and committed by GitHub 252be668 cda0047d

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cnspec"; 8 - version = "9.8.0"; 8 + version = "9.9.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "mondoohq"; 12 12 repo = "cnspec"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-XxjFmFU6G7pTJCkWUYadFTEAQh5HZigfvUNoNNw1DOM="; 14 + hash = "sha256-OlM/gcwHQWfXmKLcDDHh3okvqHIELRL+dRQJ6dOcItc="; 15 15 }; 16 16 17 17 proxyVendor = true; 18 - vendorHash = "sha256-Ykb1dmvdOgOBqgsCJbLGwUbbMfsao0is95g8a2chVME="; 18 + vendorHash = "sha256-yhPixXldWUhJURZ/lIScIAbhsw/b/JCjYi1+Y5UOnnQ="; 19 19 20 20 subPackages = [ 21 21 "apps/cnspec"