Skip to content

Commit

Permalink
terraform: 0.13.0-beta3 -> 0.13.0-rc1 (#93682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chili-Man committed Jul 23, 2020
1 parent a8a0dfa commit 2db12af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
});
Expand Down

0 comments on commit 2db12af

Please sign in to comment.