From 5b90fa01518fc3c3d6e1ed014fe002f8bea2f573 Mon Sep 17 00:00:00 2001 From: Diego Pontoriero Date: Tue, 27 Jun 2017 15:04:11 -0700 Subject: [PATCH] terraform: 0.9.6 -> 0.9.9. --- pkgs/applications/networking/cluster/terraform/default.nix | 6 ++++++ pkgs/top-level/all-packages.nix | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index fa308c83956..d5f223afd5d 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -63,4 +63,10 @@ in { sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv"; doCheck = true; }; + + terraform_0_9_9 = generic { + version = "0.9.9"; + sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p"; + doCheck = true; + }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ff58787a286..ca2f444c3e8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18644,10 +18644,11 @@ with pkgs; terraform_0_8_5 terraform_0_8_8 terraform_0_9_4 - terraform_0_9_6; + terraform_0_9_6 + terraform_0_9_9; terraform_0_8 = terraform_0_8_8; - terraform_0_9 = terraform_0_9_6; + terraform_0_9 = terraform_0_9_9; terraform = terraform_0_9; terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};