cnspec: 8.22.1 -> 8.23.2

This commit is contained in:
R. Ryantm 2023-08-23 06:01:51 +00:00
parent eeefcf71c6
commit c4214396dd

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "8.22.1";
version = "8.23.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-xTYPAipdfrwAhtLcLZkClnmB1qRlgfTwt8Qpq6iSZPk=";
hash = "sha256-fqbqbKAj7NKtPXbL6iAI4o8Vpr7n6zp1WM72kQXj/H8=";
};
proxyVendor = true;
vendorHash = "sha256-PE5RLMUi1bqFjUntvUU3dXmygFfzFJF+HerW5A+OktA=";
vendorHash = "sha256-+gTIBLNiXqcYXK0WGucwXXCBjkhkr5rrTjGKUuqn+mY=";
subPackages = [
"apps/cnspec"