mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
cnspec: 9.2.3 -> 9.4.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.2.3...v9.4.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v9.4.0
This commit is contained in:
parent
e426508098
commit
9f2d30ada0
@ -5,17 +5,17 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "cnspec";
|
||||
version = "9.2.3";
|
||||
version = "9.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mondoohq";
|
||||
repo = "cnspec";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gCKmaioBko4UsfhPBcpVxHC7knhZGZU54HZFu/rHIbw=";
|
||||
hash = "sha256-rAvSC+MqgS47n/DFbGoeyvN1GyidvQ37TS+buSYwxME=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-YN1y+K/9EdZ7RlZRVWK/HEppZv/dX6XrkaqIlZVoC8c=";
|
||||
vendorHash = "sha256-xghScwfR82Q9lhx2cNc1JZShppCKQR+tZynk+ee/81c=";
|
||||
|
||||
subPackages = [
|
||||
"apps/cnspec"
|
||||
|
Loading…
Reference in New Issue
Block a user