summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2020-06-26 19:59:12 +0200
committerGitHub <noreply@github.com>2020-06-26 17:59:12 +0000
commit05c54bd0e1626193347bb5bb5713103942d18629 (patch)
tree89f28114fc00be9964bc4d86ed0de8ebd7410c9b /pkgs/applications/networking/cluster/terraform
parent40dbcfc4b3da527fd327c58048735d861bf3ece5 (diff)
terraform: 0.12.26 -> 0.12.27 (#91614)
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 080bc832544a..e375970823b8 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -118,8 +118,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.26";
- sha256 = "1f0n2zdk1jyqcmchsprqfkiivmsmdlpsf5b7x5f1dmvms9jw3268";
+ version = "0.12.27";
+ sha256 = "1m5inlcrqklbb22vqphyq280wqrimxbkk75zp1d2q29wb74awf7h";
patches = [
./provider-path.patch
(fetchpatch {