From 6a27b46deef753202bf11cdbd0e823733e2418d1 Mon Sep 17 00:00:00 2001 From: Diego Pontoriero Date: Tue, 30 May 2017 13:54:07 -0700 Subject: [PATCH] terraform: 0.9.4 -> 0.9.6. --- .../networking/cluster/terraform/default.nix | 12 ++++-------- pkgs/top-level/all-packages.nix | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index c89f871b1c5f..0173a8985756 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -48,13 +48,9 @@ in { sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb"; }; - 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; + terraform_0_9_6 = generic { + version = "0.9.6"; + sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv"; + doCheck = true; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 20d04741120b..87c4d93af680 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18571,10 +18571,10 @@ with pkgs; inherit (callPackage ../applications/networking/cluster/terraform {}) terraform_0_8_5 terraform_0_8_8 - terraform_0_9_4; + terraform_0_9_6; terraform_0_8 = terraform_0_8_8; - terraform_0_9 = terraform_0_9_4; + terraform_0_9 = terraform_0_9_6; terraform = terraform_0_9; terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};