Skip to content

Commit

Permalink
terraform: 0.8.4 -> 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeerds committed Jan 27, 2017
1 parent d75035f commit 5213e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terraform/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "terraform-${version}";
version = "0.8.4";
version = "0.8.5";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/terraform";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "hashicorp";
repo = "terraform";
sha256 = "0wjz7plzi7bgrbw22kgqpbai1j3rmqayrmjcp9dq6a361l9a0msw";
sha256 = "1cxwv3652fpsbm2zk1akw356cd7w7vhny1623ighgbz9ha8gvg09";
};

postInstall = ''
Expand Down

0 comments on commit 5213e63

Please sign in to comment.