We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d01f46 + 13d2d82 commit c5c4bd0Copy full SHA for c5c4bd0
pkgs/tools/security/cnspec/default.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "cnspec";
9
- version = "11.52.0";
+ version = "11.53.2";
10
11
src = fetchFromGitHub {
12
owner = "mondoohq";
13
repo = "cnspec";
14
tag = "v${version}";
15
- hash = "sha256-A/OjY2gR6q8EY21L7jOGde6XRv7Y1c8UsqvUgGn5laA=";
+ hash = "sha256-SYgtdIyqK3T5N6XcpjazdphwALOcReeNswVgR4K6/Pg=";
16
};
17
18
proxyVendor = true;
19
20
- vendorHash = "sha256-A1/nyLrei/p093ChSctBhBhtf48sqgrXyh4nQFZoKLs=";
+ vendorHash = "sha256-sxAyJsVcBrwUX1w3Kr8Z451RINUPTwJPlmY/yeXSofk=";
21
22
subPackages = [ "apps/cnspec" ];
23
0 commit comments