summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-06 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-03-06 04:20:00 -0500
commitc4b75f8983281fe3fd65e33e89eb193ce7ac6491 (patch)
tree1b3707b73545a4700270faea8dda039c94651950 /pkgs/applications/networking/cluster/terraform
parenta985982db6313cceb799cfa1f3a4ba5d5e6029cc (diff)
terraform: 0.12.21 -> 0.12.23
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 da943c2aa7ea..6862ed23e742 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.21";
- sha256 = "128mrqib8rigy6kk6fby0pjh4jh2qm2qwkrlbn0wgfln0637d9ff";
+ version = "0.12.23";
+ sha256 = "1lr2gfk5dmj6rhv5rvzn3fggb34za73ryjy0vdzx4kf3qj12r0wz";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});