Skip to content

Commit

Permalink
terraform: 0.7.1 -> 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeerds committed Oct 26, 2016
1 parent fded2ca commit ca52cc1
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.7.1";
version = "0.7.7";
rev = "v${version}";

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

postInstall = ''
Expand Down

0 comments on commit ca52cc1

Please sign in to comment.