cnspec: 8.12.1 -> 8.13.0

This commit is contained in:
R. Ryantm 2023-06-11 01:05:36 +00:00
parent bb730c1d06
commit 92758fd677

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "8.12.1";
version = "8.13.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-ixKBfsb3e1FvvXj0iN2odD2T5x2wtYbdonQ08fbtnY8=";
hash = "sha256-ZHC1GpPp3/IwK67b3XMahf9KX73zoImRunY+yE/CGXQ=";
};
proxyVendor = true;
vendorHash = "sha256-COwAmcd6lcHF2YixOJG/X5PT7kDDdrpN9NdI66kRZQo=";
vendorHash = "sha256-iM86sTyu/GvWFV+iqXUMafg0uxpDJA8YqfB2SkglK/A=";
subPackages = [
"apps/cnspec"