Skip to content

Commit e44860a

Browse files
committed
cnspec: 11.41.0 -> 11.42.0
1 parent c042638 commit e44860a

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.41.0";
9+
version = "11.42.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "mondoohq";
1313
repo = "cnspec";
1414
tag = "v${version}";
15-
hash = "sha256-MAJFTlzBa9thdyVKS1zH9PKpIy2HXYESZR5zfOURIgI=";
15+
hash = "sha256-Occ64wXqYzUw6RZ4fVb85ZotaLRw6R9EcF36BMLJ4ww=";
1616
};
1717

1818
proxyVendor = true;
1919

20-
vendorHash = "sha256-k9/SfOZvq7o0SzY7UP8MD2LUG7//z8p6ZJL6UXUZrIA=";
20+
vendorHash = "sha256-rdNFH2DbZqilA9Qk+8MJeMBziRDoNQRQ7qbhdc1FUbU=";
2121

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

0 commit comments

Comments
 (0)