about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-08 18:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-08 18:00:00 -0500
commit9ab9bb4ab6f4bb52db135c72c16859127e91584a (patch)
tree7fc85da2c0f495aeda8e1578209e11fc34a7f02b /pkgs/applications/networking/cluster/terraform
parentb4615c3b6a3e9a30f447ca2ef6f4702261b0976c (diff)
downloadnixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar.gz
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar.bz2
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar.lz
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar.xz
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.tar.zst
nixlib-9ab9bb4ab6f4bb52db135c72c16859127e91584a.zip
terraform: 0.12.18 -> 0.12.19
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.19
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-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 e7551c17ff90..b290f3b5f043 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.18";
-    sha256 = "1p2rvs9dw2rzzggf3q2lifwbd82b7xb3jpb4yz5nmggn5g22qlc1";
+    version = "0.12.19";
+    sha256 = "067gzxysz8r2myj3rh0vwrs0pmbgb21jxlmawlf4v0lkjnhj6kwv";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });