Fabian Affolter 2024-01-03 10:33:03 +01:00
parent 635e1006e4
commit f90319ae22

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "9.12.2";
version = "9.12.3";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-pFXQkYIMheo9W86nwNifN9Ckrk2v+FmpoUsDnIRcuYU=";
hash = "sha256-wPbUqen1y/+zlv+4giY/0ZVZEfSUYhvJBO1yl3NZMtw=";
};
proxyVendor = true;
vendorHash = "sha256-TW5mQjuxKbYLRdpNdFOZbb0/Y2lnKgQWXeAyUilQq/4=";
vendorHash = "sha256-VL7AD3W6gieKhcglsON1pi4vbe+tbw/P22RU5Zfq/2U=";
subPackages = [
"apps/cnspec"