summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-22 18:18:18 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-22 18:18:18 -0500
commitd0819c05b3f62529f0230aa5e7f13418e07092ec (patch)
treed89930ade4d0c1b3f80415537894cc196960af31 /pkgs
parente6439c6c1a4c0e90f2c46bf502cb962bfb33f49d (diff)
downloadnixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar.gz
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar.bz2
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar.lz
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar.xz
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.tar.zst
nixpkgs-d0819c05b3f62529f0230aa5e7f13418e07092ec.zip
terraform: 0.12.19 -> 0.12.20
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.20
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index b290f3b5f04..5c131948649 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -112,8 +112,8 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.19";
-    sha256 = "067gzxysz8r2myj3rh0vwrs0pmbgb21jxlmawlf4v0lkjnhj6kwv";
+    version = "0.12.20";
+    sha256 = "1k94iwhdvp1ifg9w7y26cl89ihki2w9kxv8mz06pp9bnfwfw67x5";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });