summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-03 04:35:55 -0500
committerzimbatm <zimbatm@zimbatm.com>2019-12-03 09:35:55 +0000
commita72d15df15c190defc2c314216d8b501eaecf081 (patch)
treee98522133c458e405ed64ed304c4843ba30335ce /pkgs/applications
parentd6ab3a25e02491dff792bd6e1bff33c1f8e2bb28 (diff)
downloadnixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar.gz
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar.bz2
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar.lz
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar.xz
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.tar.zst
nixpkgs-a72d15df15c190defc2c314216d8b501eaecf081.zip
terraform: 0.12.16 -> 0.12.17 (#74873)
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17
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 f8b42470de7..1bffafac882 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.16";
-    sha256 = "10r9vra4d3lyms9cvl0g1ij6ldcfi3vjrqsmd52isrmlmjdzm8nk";
+    version = "0.12.17";
+    sha256 = "1pmvjbmzws5qjzz34dw0fcb6p36vafqs0h8i87g7lmhckb9bqihv";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });