Skip to content

Commit

Permalink
terraform: 0.8.2 -> 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticdog authored and joachifm committed Jan 12, 2017
1 parent 575b035 commit 715ff28
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.2";
version = "0.8.4";
rev = "v${version}";

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

postInstall = ''
Expand Down

0 comments on commit 715ff28

Please sign in to comment.