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 54ab6ae + e44860a commit ecf4550Copy full SHA for ecf4550
pkgs/tools/security/cnspec/default.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "cnspec";
9
- version = "11.41.0";
+ version = "11.42.0";
10
11
src = fetchFromGitHub {
12
owner = "mondoohq";
13
repo = "cnspec";
14
tag = "v${version}";
15
- hash = "sha256-MAJFTlzBa9thdyVKS1zH9PKpIy2HXYESZR5zfOURIgI=";
+ hash = "sha256-Occ64wXqYzUw6RZ4fVb85ZotaLRw6R9EcF36BMLJ4ww=";
16
};
17
18
proxyVendor = true;
19
20
- vendorHash = "sha256-k9/SfOZvq7o0SzY7UP8MD2LUG7//z8p6ZJL6UXUZrIA=";
+ vendorHash = "sha256-rdNFH2DbZqilA9Qk+8MJeMBziRDoNQRQ7qbhdc1FUbU=";
21
22
subPackages = [ "apps/cnspec" ];
23
0 commit comments