summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-27 17:06:24 -0500
committerGitHub <noreply@github.com>2020-08-27 22:06:24 +0000
commitf99908924015bb83df8186b2c473919be35b43f0 (patch)
tree2c0d1a87aa7a2f076f4ad6d5ee519421362f6c29 /pkgs/applications/networking/cluster/terraform
parent80c458bbc72ca23f84453b20af381aede193fff9 (diff)
terraform_0_13: 0.13.0 -> 0.13.1 (#96472)
https://github.com/hashicorp/terraform/releases/tag/v0.13.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 8aa1f4a44fe9..dd1da887cb41 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -132,8 +132,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
- version = "0.13.0";
- sha256 = "0kangddd99ix50w67hi0pwa9js9c0hjxqvrc0lxaa6msjvjsxyyq";
+ version = "0.13.1";
+ sha256 = "0a2sjjb79ziv42ifhplpkvqgsg8gxvr1wdgkhdj59dwahqv64pm2";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});