about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-03-20 12:08:43 +0800
committerPeter Hoeg <peter@hoeg.com>2017-03-20 17:28:42 +0800
commit6c0569e3891189a62ed27dce361f5d05f650d023 (patch)
tree53868c97d5867761adb1801010dccc4079b1a000
parentd59fe189fd5c2c1094086e847cef3b5b7fb84a31 (diff)
downloadnixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar.gz
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar.bz2
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar.lz
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar.xz
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.tar.zst
nixlib-6c0569e3891189a62ed27dce361f5d05f650d023.zip
terraform: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix10
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 5 insertions, 9 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 7e5a1121be91..a1bcd027f6ad 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -48,12 +48,8 @@ in rec {
     sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
   };
 
-  terraform_0_9_0 = generic {
-    version = "0.9.0";
-    sha256 = "1v96qgc6pd1bkwvkz855625xdcy7xb5lk60lg70144idqmwfjb9g";
+  terraform_0_9_1 = generic {
+    version = "0.9.1";
+    sha256 = "081p6dlvkg9mgaz49ichxzlk1ks0rxa7nvilaq8jj1gq3jvylqnh";
   };
-
-  terraform_0_8 = terraform_0_8_8;
-  terraform_0_9 = terraform_0_9_0;
-  terraform = terraform_0_9;
 }
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9fc039398556..341bb0286257 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18095,10 +18095,10 @@ with pkgs;
   inherit (callPackage ../applications/networking/cluster/terraform {})
     terraform_0_8_5
     terraform_0_8_8
-    terraform_0_9_0;
+    terraform_0_9_1;
 
   terraform_0_8 = terraform_0_8_8;
-  terraform_0_9 = terraform_0_9_0;
+  terraform_0_9 = terraform_0_9_1;
   terraform = terraform_0_8;
 
   terragrunt = callPackage ../applications/networking/cluster/terragrunt {