about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-28 04:28:02 -0500
committerGitHub <noreply@github.com>2020-05-28 09:28:02 +0000
commitc9e985469f565fd01292571a88c2a8b46d46bb63 (patch)
tree57453dbb9a026f234e4f1addc91edb2799140f08 /pkgs/applications
parentc18ee4cfa0033cb333a4666c7f79d8a028ddf0ff (diff)
downloadnixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar.gz
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar.bz2
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar.lz
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar.xz
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.tar.zst
nixlib-c9e985469f565fd01292571a88c2a8b46d46bb63.zip
terraform: 0.12.25 -> 0.12.26 (#89073)
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 ec9f02fe9e2f..080bc832544a 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -118,13 +118,13 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.25";
-    sha256 = "0xq4327386x6isw82d4xyq70pw7xxlh4sgmqas0b2pvyz85jxdch";
+    version = "0.12.26";
+    sha256 = "1f0n2zdk1jyqcmchsprqfkiivmsmdlpsf5b7x5f1dmvms9jw3268";
     patches = [
         ./provider-path.patch
         (fetchpatch {
             name = "fix-mac-mojave-crashes.patch";
-            url = "https://github.com/hashicorp/terraform/pull/24562.patch";
+            url = "https://github.com/hashicorp/terraform/commit/cd65b28da051174a13ac76e54b7bb95d3051255c.patch";
             sha256 = "1k70kk4hli72x8gza6fy3vpckdm3sf881w61fmssrah3hgmfmbrs";
         }) ];
     passthru = { inherit plugins; };