We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cda404e + c1453c7 commit 227b895Copy full SHA for 227b895
pkgs/by-name/cn/cnspec/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "cnspec";
9
- version = "12.2.1";
+ version = "12.4.0";
10
11
src = fetchFromGitHub {
12
owner = "mondoohq";
13
repo = "cnspec";
14
tag = "v${version}";
15
- hash = "sha256-DmLA/JysdJT8/9Z6mmdAbZAkQZ1aAlzcvesdP5Qn1ik=";
+ hash = "sha256-BzLQPkgvARDzpauFezD5Q7RNrReLz9lSHEb6TIGkGQY=";
16
};
17
18
proxyVendor = true;
19
20
- vendorHash = "sha256-nqLHa6m8IeTg6Ac3vkRxyIRyO59WaN+Teaqm/qac53A=";
+ vendorHash = "sha256-DaEEBZXLN6BujB56P1082D143WnUdwZPSc+JeUEZCuk=";
21
22
subPackages = [ "apps/cnspec" ];
23
0 commit comments