Skip to content

Commit 227b895

Browse files
authored
cnspec: 12.2.1 -> 12.4.0 (NixOS#449874)
2 parents cda404e + c1453c7 commit 227b895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cn/cnspec/package.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 = "12.2.1";
9+
version = "12.4.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "mondoohq";
1313
repo = "cnspec";
1414
tag = "v${version}";
15-
hash = "sha256-DmLA/JysdJT8/9Z6mmdAbZAkQZ1aAlzcvesdP5Qn1ik=";
15+
hash = "sha256-BzLQPkgvARDzpauFezD5Q7RNrReLz9lSHEb6TIGkGQY=";
1616
};
1717

1818
proxyVendor = true;
1919

20-
vendorHash = "sha256-nqLHa6m8IeTg6Ac3vkRxyIRyO59WaN+Teaqm/qac53A=";
20+
vendorHash = "sha256-DaEEBZXLN6BujB56P1082D143WnUdwZPSc+JeUEZCuk=";
2121

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

0 commit comments

Comments
 (0)