Skip to content

Commit

Permalink
terraform: 0.11.3 -> 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 19, 2018
1 parent 4fe3edd commit 059f33c
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 @@ -100,8 +100,8 @@ in rec {
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;

terraform_0_11 = pluggable (generic {
version = "0.11.3";
sha256 = "0637x7jcm62pdnivmh4rggly6dmlvdh3jpsd1z4vba15gbm203nz";
version = "0.11.4";
sha256 = "1r3x7qv0bfsnmj7l3hmsww26rb9hkg361515gpvjjzafz5b7bz0c";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
Expand Down

0 comments on commit 059f33c

Please sign in to comment.