summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-07-23 05:02:55 -0600
committerGitHub <noreply@github.com>2020-07-23 11:02:55 +0000
commit2db12af9b71e8d33969daad7fa238c8b28add854 (patch)
treedacb43b28ee98eeaf8804aae7fdb293928bf5dc9 /pkgs/applications/networking/cluster/terraform
parenta8a0dfa047d9a96f832ff2be30d004ad5544bd7e (diff)
terraform: 0.13.0-beta3 -> 0.13.0-rc1 (#93682)
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 34c4d3022155..78d4c6f797fe 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -131,8 +131,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
- version = "0.13.0-beta3";
- sha256 = "199rrw0kjp9qwa8llwmihgnqrgs4vr0zrbik5w5bfkrldyqp2ynb";
+ version = "0.13.0-rc1";
+ sha256 = "1lja2s9viz5ja40qmlf49p6hk3rwdz6q0rw3ff1894b464zbsnk2";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});