From 48fba404297c95ad13d4a3b41163bfa50a3720b5 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sun, 5 Mar 2017 09:53:36 +0800 Subject: terraform: 0.8.8 --- pkgs/applications/networking/cluster/terraform/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/cluster/terraform/default.nix') diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 2f57456f309c..7dc2c5ed4982 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { name = "terraform-${version}"; - version = "0.8.7"; + version = "0.8.8"; goPackagePath = "github.com/hashicorp/terraform"; @@ -10,7 +10,7 @@ buildGoPackage rec { owner = "hashicorp"; repo = "terraform"; rev = "v${version}"; - sha256 = "0b30m0qc50x84klc8ggc3i83z36l46b1qmc8mpw90mxp07ra8vbw"; + sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb"; }; postInstall = '' -- cgit 1.4.1