Skip to content

Commit 6fdc23c

Browse files
authored
cnspec: 12.20.1 -> 12.21.0 (NixOS#487439)
2 parents 558eea3 + 6d28578 commit 6fdc23c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 (finalAttrs: {
88
pname = "cnspec";
9-
version = "12.20.1";
9+
version = "12.21.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "mondoohq";
1313
repo = "cnspec";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-tckUExRppqjpO2yS4J/+8w8SE4b6zKWjFY6xlpVFcKE=";
15+
hash = "sha256-MxdCYUxPKRwnZuoBBI6CB6vAansojfdQ0aiBpZiYnHw=";
1616
};
1717

1818
proxyVendor = true;
1919

20-
vendorHash = "sha256-z6Y4d76TaormYbtstm1uytfXGfoHQ+9/6bw6uyRYsP8=";
20+
vendorHash = "sha256-y1IXxytA5n1m8qOhZiZ7X1O7qJlx7Q+VCuox53miX2M=";
2121

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

0 commit comments

Comments
 (0)