about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorWael Nasreddine <wael.nasreddine@gmail.com>2019-03-04 04:03:52 -0800
committerzimbatm <zimbatm@zimbatm.com>2019-03-04 12:03:52 +0000
commit4545ae5ee2d5e72de711caed6c37607831224f19 (patch)
tree9039ee612e59e6ccca23e4f835a117f6e18798c0 /pkgs/applications/networking/cluster/terraform
parentde0373bbe2d7a6255c7d95e1685b91ed0e004794 (diff)
downloadnixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar.gz
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar.bz2
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar.lz
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar.xz
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.tar.zst
nixlib-4545ae5ee2d5e72de711caed6c37607831224f19.zip
terraform_0_12: 0.12.0-alpha4 -> 0.12.0-beta1 (#56767)
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 a9d8faf62b56..45c8dcf98002 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-alpha4";
-    sha256 = "16cwqxxb19m91d7rx7awri1awz7d8cfnrv0rbql9rbg5qjyqxcp9";
+    version = "0.12.0-beta1";
+    sha256 = "0djakf2agbhpfqis4x0lf2i8s1ahvrdyfkcgr6lzp0nsks652rcm";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });