cnspec: 9.9.3 -> 9.10.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.9.3...v9.10.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v9.10.0
This commit is contained in:
parent
6a6d337389
commit
943492d4cc
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "cnspec";
|
||||
version = "9.9.3";
|
||||
version = "9.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mondoohq";
|
||||
repo = "cnspec";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-OlM/gcwHQWfXmKLcDDHh3okvqHIELRL+dRQJ6dOcItc=";
|
||||
hash = "sha256-jHV0kWxmIoznhxo+nj/oY+43Gp0FwMQeyX91IMgFmvY=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-yhPixXldWUhJURZ/lIScIAbhsw/b/JCjYi1+Y5UOnnQ=";
|
||||
vendorHash = "sha256-8clFlEuFD+o8USQlCPriC3BgHk2+U2BdxEwHt4hwI5M=";
|
||||
|
||||
subPackages = [
|
||||
"apps/cnspec"
|
||||
|
|
Loading…
Reference in a new issue