about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-19 18:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-02-19 18:00:00 -0500
commitd7f608e43a8171de3c99975ec9a7349008a7a7f3 (patch)
tree4d9455438c6ec5b9ddcaf01f426e8dc72dfd1d46 /pkgs/applications
parent8cf9a89a34f799542bab19e0993109523e3b41ed (diff)
downloadnixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar.gz
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar.bz2
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar.lz
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar.xz
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.tar.zst
nixlib-d7f608e43a8171de3c99975ec9a7349008a7a7f3.zip
terraform: 0.12.20 -> 0.12.21
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.21
Diffstat (limited to 'pkgs/applications')
-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 5c1319486497..da943c2aa7ea 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.20";
-    sha256 = "1k94iwhdvp1ifg9w7y26cl89ihki2w9kxv8mz06pp9bnfwfw67x5";
+    version = "0.12.21";
+    sha256 = "128mrqib8rigy6kk6fby0pjh4jh2qm2qwkrlbn0wgfln0637d9ff";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });