summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-09-20 11:04:09 +0800
committerGitHub <noreply@github.com>2019-09-20 11:04:09 +0800
commit25544be8315ed41326da972bd5bc2191236883f2 (patch)
treee55a3946ebc37b3671db4aa91eda8f2af44d46d9 /pkgs/applications
parent889537352b5e208017dad66dd51b3923b7f2d23f (diff)
parentf676b540d9e53374c9d4412af290f3fdf5d2c75a (diff)
downloadnixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar.gz
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar.bz2
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar.lz
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar.xz
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.tar.zst
nixpkgs-25544be8315ed41326da972bd5bc2191236883f2.zip
Merge pull request #68996 from marsam/update-terraform
terraform: 0.12.8 -> 0.12.9
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 9c07760355c..ec452a312e4 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -97,8 +97,8 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.8";
-    sha256 = "1qlhbn6xj2nd8gwr6aiyjsb62qmj4j9jnxab006xgdr1avvl2p67";
+    version = "0.12.9";
+    sha256 = "14js4n08rg30y0jrm0na79syglpb64cb7cxys0x3w47pcbgymrka";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });