about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index a04cbed96101..e86351fcc54f 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -55,15 +55,8 @@ in {
     doCheck = false;
   };
 
-  terraform_0_10_0 = generic {
-    version = "0.10.0";
-    sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
-    # remove debugging and the -dev postfix in the version
-    preBuild = ''
-      buildFlagsArray=(
-        -ldflags
-        "-X github.com/hashicorp/terraform/terraform.VersionPrerelease= -s -w"
-      )
-    '';
+  terraform_0_10_2 = generic {
+    version = "0.10.2";
+    sha256 = "1q7za7jcfqv914a3ynfl7hrqbgwcahgm418kivjrac6p1q26w502";
   };
 }