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>2019-11-14 18:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-14 18:00:00 -0500
commita6924d3fb77d78050f006ef60e0da8b09f533187 (patch)
treedfd6c5616a980d4081795a7e5916e38c59ab8eae /pkgs/applications/networking/cluster/terraform
parentd793d53b0d829090b8a38b14384dfcaae9ab1ae5 (diff)
downloadnixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar.gz
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar.bz2
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar.lz
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar.xz
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.tar.zst
nixlib-a6924d3fb77d78050f006ef60e0da8b09f533187.zip
terraform: 0.12.14 -> 0.12.15
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
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 598284dcb255..a72ba1d58846 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.14";
-    sha256 = "0pq4sfnnlj91gxyxvyzzrgglnvh8xpan90gnc9jvnnb23iv4q96l";
+    version = "0.12.15";
+    sha256 = "18kvgb2sjldis7bykb11zqzx6avr7a4ry91xsfq4v0iwbi5k383b";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });