about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-20 21:05:51 -0500
committerGitHub <noreply@github.com>2021-01-20 21:05:51 -0500
commit0ef9b9da9609ff45e01d66ce0c9d71d9e1c81aa0 (patch)
treea398273980503276ff7d62ca3299c7391941d2da /pkgs/applications
parent569987c1be8d42302a4238b3dc39d16ac70bdfb6 (diff)
parent88fd1ecdc6eaff947162bd9523a083d96efe7120 (diff)
Merge pull request #110214 from Chili-Man/terraform-0.14.5-update
terraform_0_14: 0.14.4 -> 0.14.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index a190994e74696..9e01674eab2da 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -157,9 +157,9 @@ in rec {
   });
 
   terraform_0_14 = pluggable (generic {
-    version = "0.14.4";
-    sha256 = "0kjbx1gshp1lvhnjfigfzza0sbl3m6d9qb3in7q5vc6kdkiplb66";
-    vendorSha256 = "10vb6gsw7mha99lvx3lbgd80vf0imcqyc0va0y64f6wzaw557n7v";
+    version = "0.14.5";
+    sha256 = "0drf049zghpm3ajrn006w621s7bw5r1s8gl77nd1cj2zcw2nzn1r";
+    vendorSha256 = "0z9mkilazrkpbccnkws4hcc49djdwzn0cdbgqkm9bnp9fyg3rfvs";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });