about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-08-23 14:13:16 -0400
committerShea Levy <shea@shealevy.com>2017-08-23 14:16:59 -0400
commitff9666772d3473a35d246a38f9cf54563f46ef99 (patch)
tree865bd262409259b87215a26949b071508653649a /pkgs/applications/networking/cluster
parentc38440f4e44f643cf78df667c7f214175986c3aa (diff)
downloadnixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar.gz
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar.bz2
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar.lz
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar.xz
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.tar.zst
nixlib-ff9666772d3473a35d246a38f9cf54563f46ef99.zip
terraform: Add 0.10.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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";
   };
 }