From ff9666772d3473a35d246a38f9cf54563f46ef99 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 23 Aug 2017 14:13:16 -0400 Subject: [PATCH] terraform: Add 0.10.2 --- .../networking/cluster/terraform/default.nix | 13 +++---------- pkgs/top-level/all-packages.nix | 4 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index a04cbed9610..e86351fcc54 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"; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 37c7281b42a..7353b684b56 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18927,11 +18927,11 @@ with pkgs; terraform_0_8_5 terraform_0_8_8 terraform_0_9_11 - terraform_0_10_0; + terraform_0_10_2; terraform_0_8 = terraform_0_8_8; terraform_0_9 = terraform_0_9_11; - terraform_0_10 = terraform_0_10_0; + terraform_0_10 = terraform_0_10_2; terraform = terraform_0_9; terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};