Skip to content

Commit c5c4bd0

Browse files
cnspec: 11.52.0 -> 11.53.2 (#403535)
2 parents 6d01f46 + 13d2d82 commit c5c4bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/cnspec/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
buildGoModule rec {
88
pname = "cnspec";
9-
version = "11.52.0";
9+
version = "11.53.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "mondoohq";
1313
repo = "cnspec";
1414
tag = "v${version}";
15-
hash = "sha256-A/OjY2gR6q8EY21L7jOGde6XRv7Y1c8UsqvUgGn5laA=";
15+
hash = "sha256-SYgtdIyqK3T5N6XcpjazdphwALOcReeNswVgR4K6/Pg=";
1616
};
1717

1818
proxyVendor = true;
1919

20-
vendorHash = "sha256-A1/nyLrei/p093ChSctBhBhtf48sqgrXyh4nQFZoKLs=";
20+
vendorHash = "sha256-sxAyJsVcBrwUX1w3Kr8Z451RINUPTwJPlmY/yeXSofk=";
2121

2222
subPackages = [ "apps/cnspec" ];
2323

0 commit comments

Comments
 (0)