We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a81e253 commit c6c92a1Copy full SHA for c6c92a1
pkgs/applications/networking/cluster/terraform/default.nix
@@ -27,7 +27,7 @@ let
27
export HOME=$TMP
28
'';
29
30
- doCheck = builtins.compareVersions version "0.8.8" >= 0;
+ doCheck = builtins.compareVersions version "0.9.0" >= 0;
31
32
meta = with stdenv.lib; {
33
description = "Tool for building, changing, and versioning infrastructure";
0 commit comments