cnspec: 12.1.0 -> 12.2.1

Diff: https://github.com/mondoohq/cnspec/compare/v12.1.0...v12.2.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v12.2.1

+3 -3
+3 -3
pkgs/by-name/cn/cnspec/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cnspec"; 9 - version = "12.1.0"; 9 + version = "12.2.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "mondoohq"; 13 13 repo = "cnspec"; 14 14 tag = "v${version}"; 15 - hash = "sha256-XGZJCjWVWf2XFtcN6M10I750gIvY7UBsePDTcfpnmRY="; 15 + hash = "sha256-DmLA/JysdJT8/9Z6mmdAbZAkQZ1aAlzcvesdP5Qn1ik="; 16 16 }; 17 17 18 18 proxyVendor = true; 19 19 20 - vendorHash = "sha256-L2zom8FpZb7koqIAewGXGQhNVZlJgBNZWjoDr4NJDmk="; 20 + vendorHash = "sha256-nqLHa6m8IeTg6Ac3vkRxyIRyO59WaN+Teaqm/qac53A="; 21 21 22 22 subPackages = [ "apps/cnspec" ]; 23 23