From e61b4bbd0cb4ee0cd3d44db0dd5c8edc10ca8aab Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Thu, 27 Apr 2017 10:41:53 -0500 Subject: [PATCH] terraform: 0.9.3 => 0.9.4 --- .../networking/cluster/terraform/default.nix | 11 ++++------- pkgs/top-level/all-packages.nix | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 76984fed3404..c89f871b1c5f 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -37,7 +37,6 @@ let maintainers = with maintainers; [ jgeerds zimbatm peterhoeg ]; }; } // attrs'); - in { terraform_0_8_5 = generic { version = "0.8.5"; @@ -49,15 +48,13 @@ in { sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb"; }; - terraform_0_9_3 = generic { - version = "0.9.3"; - sha256 = "00z72lwv0cprz1jjy0cr8dicl00zwc1zwsxzjssqnq0187sswkxw"; - + terraform_0_9_4 = generic { + version = "0.9.4"; + sha256 = "07vcmjyl0y48hm5lqqzdd51hmrxapvywzbdkg5f3rcqd7dn9c2xs"; postPatch = '' rm builtin/providers/dns/data_dns_cname_record_set_test.go rm builtin/providers/vsphere/resource_vsphere_file_test.go ''; - - doCheck = true; + doCheck = true; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3be611430f68..1125ec02b4f9 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18268,10 +18268,10 @@ with pkgs; inherit (callPackage ../applications/networking/cluster/terraform {}) terraform_0_8_5 terraform_0_8_8 - terraform_0_9_3; + terraform_0_9_4; terraform_0_8 = terraform_0_8_8; - terraform_0_9 = terraform_0_9_3; + terraform_0_9 = terraform_0_9_4; terraform = terraform_0_9; terragrunt = callPackage ../applications/networking/cluster/terragrunt {