cnspec: 8.17.0 -> 8.18.0

This commit is contained in:
R. Ryantm 2023-07-14 02:09:21 +00:00
parent fa32e3cbae
commit c7501c1041

View File

@ -5,17 +5,17 @@
buildGoModule rec { buildGoModule rec {
pname = "cnspec"; pname = "cnspec";
version = "8.17.0"; version = "8.18.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mondoohq"; owner = "mondoohq";
repo = "cnspec"; repo = "cnspec";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-pirU9mJnycr3wlc6lOAVSo0Wpb6q37ewdVcFzFPlr7s="; hash = "sha256-JlFPJ4tbpxt/UBXpQCod3zythOHP9wQ8yqAMqKAyqoU=";
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-y63IWmBJaSUk1A5WRC9sokH+pNDhsc/Es1j50k5or8w="; vendorHash = "sha256-RDQQVl3AxdZaF4ISQiQ8ZliZi6TWwIzYLZLxs0yPkJc=";
subPackages = [ subPackages = [
"apps/cnspec" "apps/cnspec"