summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-08-11 04:54:46 -0600
committerGitHub <noreply@github.com>2020-08-11 10:54:46 +0000
commit6449c5eee5ef929a8a2f1ac30699a50907e1a2ed (patch)
tree097baed1270a92b0d7a7c7b98fe0662cdfb88eec /pkgs/applications/networking/cluster/terraform
parent686cb7e18e8d480c14f8c131f5794fea71707677 (diff)
terraform: 0.13.0-rc1 -> 0.13.0 (#95135)
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 74aa881c999c..8aa1f4a44fe9 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-rc1";
- sha256 = "1lja2s9viz5ja40qmlf49p6hk3rwdz6q0rw3ff1894b464zbsnk2";
+ version = "0.13.0";
+ sha256 = "0kangddd99ix50w67hi0pwa9js9c0hjxqvrc0lxaa6msjvjsxyyq";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});