We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 558eea3 + 6d28578 commit 6fdc23cCopy full SHA for 6fdc23c
1 file changed
pkgs/by-name/cn/cnspec/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule (finalAttrs: {
8
pname = "cnspec";
9
- version = "12.20.1";
+ version = "12.21.0";
10
11
src = fetchFromGitHub {
12
owner = "mondoohq";
13
repo = "cnspec";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-tckUExRppqjpO2yS4J/+8w8SE4b6zKWjFY6xlpVFcKE=";
+ hash = "sha256-MxdCYUxPKRwnZuoBBI6CB6vAansojfdQ0aiBpZiYnHw=";
16
};
17
18
proxyVendor = true;
19
20
- vendorHash = "sha256-z6Y4d76TaormYbtstm1uytfXGfoHQ+9/6bw6uyRYsP8=";
+ vendorHash = "sha256-y1IXxytA5n1m8qOhZiZ7X1O7qJlx7Q+VCuox53miX2M=";
21
22
subPackages = [ "apps/cnspec" ];
23
0 commit comments