cnspec: 11.69.0 -> 11.69.1 (#437874)

authored by Fabian Affolter and committed by GitHub e99960eb e8c4f980

+3 -3
+3 -3
pkgs/by-name/cn/cnspec/package.nix
··· 6 7 buildGoModule rec { 8 pname = "cnspec"; 9 - version = "11.69.0"; 10 11 src = fetchFromGitHub { 12 owner = "mondoohq"; 13 repo = "cnspec"; 14 tag = "v${version}"; 15 - hash = "sha256-oMGkGZH6k5E/8/WyMOqoB5oQskKd1FZbyQJ9XS+f/G0="; 16 }; 17 18 proxyVendor = true; 19 20 - vendorHash = "sha256-7/DjNBpecs65VwaEXnnPunx9phpzSH9p/+Y82XRWJjo="; 21 22 subPackages = [ "apps/cnspec" ]; 23
··· 6 7 buildGoModule rec { 8 pname = "cnspec"; 9 + version = "11.69.1"; 10 11 src = fetchFromGitHub { 12 owner = "mondoohq"; 13 repo = "cnspec"; 14 tag = "v${version}"; 15 + hash = "sha256-MphCAmM49ThVYRWsw46LLqDP9OJ9tgHzDFmlBjzIjA8="; 16 }; 17 18 proxyVendor = true; 19 20 + vendorHash = "sha256-pSgUt+Gv425YQrMpKZb7lncK/9hY7pxtCt/Drouea/M="; 21 22 subPackages = [ "apps/cnspec" ]; 23