mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
cnspec: 10.2.0 -> 10.6.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v10.2.0...v10.6.1 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v10.6.1
This commit is contained in:
parent
da3f13204e
commit
46191f4b76
@ -5,17 +5,18 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "cnspec";
|
||||
version = "10.2.0";
|
||||
version = "10.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mondoohq";
|
||||
repo = "cnspec";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-llX9MXlc0uMz60BjI1QFd6r/xqHBO2KCek2Q8F+TV04=";
|
||||
hash = "sha256-wQ11ZHyUh1bSrvWQLTSyOc+EtFp4QS9zcjNz1S+UP7Y=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-pdf9q+bvR0kbT17ZQmUcdc2AdEUt12+2iIx+aRmtTYg=";
|
||||
|
||||
vendorHash = "sha256-Z7zPvm3CjHnmGdTvO8ETwgRijcRyGReZ6ba7llOkyME=";
|
||||
|
||||
subPackages = [
|
||||
"apps/cnspec"
|
||||
|
Loading…
Reference in New Issue
Block a user