about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorKaspar Tint <ktint@twilio.com>2019-06-07 17:51:44 +0300
committerKaspar Tint <ktint@twilio.com>2019-06-07 17:51:44 +0300
commitf2c88172086e8917a31e491c96a432d2755bc8e7 (patch)
treed3b473d92ff670d9b2a734fdd6548b6f56eac7aa /pkgs/applications/networking/cluster/terraform
parent48bb168e26991c650be60fafc4aadc1f217e4b7e (diff)
downloadnixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar.gz
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar.bz2
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar.lz
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar.xz
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.tar.zst
nixlib-f2c88172086e8917a31e491c96a432d2755bc8e7.zip
terraform: 0.12.0 -> 0.12.1
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 1cdfa8570a1e..7c025d32016e 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.0";
-    sha256 = "1lycy789wzh1fcg7qcl540546bgw4b9kjlbh2j4hnm0bs9696b2a";
+    version = "0.12.1";
+    sha256 = "009cv1cpgrl1ysgqjiam9035as2q5aiyfwwa6xxh47r0zadph8z5";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });