Merge pull request #239498 from r-ryantm/auto-update/cnspec
cnspec: 8.13.0 -> 8.15.0
This commit is contained in:
commit
aacc1ec06c
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "cnspec";
|
||||
version = "8.13.0";
|
||||
version = "8.15.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mondoohq";
|
||||
repo = "cnspec";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ZHC1GpPp3/IwK67b3XMahf9KX73zoImRunY+yE/CGXQ=";
|
||||
hash = "sha256-kPTnbet/+iw0ZYxczyn9K5IzTmLwoZiEKSjTFfBHKow=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-iM86sTyu/GvWFV+iqXUMafg0uxpDJA8YqfB2SkglK/A=";
|
||||
vendorHash = "sha256-7FNZ/In8S3vpUEHLIzqPLSTY+ZW9kfNNT6EcSAZRgtI=";
|
||||
|
||||
subPackages = [
|
||||
"apps/cnspec"
|
||||
|
|
Loading…
Reference in a new issue