summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-17 19:12:41 -0500
committerGitHub <noreply@github.com>2020-12-18 00:12:41 +0000
commit51d0a416d4c4ab1ad6b050ed8cb1c123ab673dd2 (patch)
treeeb7dbd6edb45c513adedc553f6253e01fc25c4c4
parent1328c5d95d3f83a910673a81854b7faac2cd9d12 (diff)
terraform_0_14: 0.14.2 -> 0.14.3 (#107120)
https://github.com/hashicorp/terraform/releases/tag/v0.14.3
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index d18ec94ba8c5..6052f6882bc4 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -157,9 +157,9 @@ in rec {
});
terraform_0_14 = pluggable (generic {
- version = "0.14.2";
- sha256 = "0j09bjdl1z836y3zdlgjcdah11wlnvsd5hmsagjsz9am04qlyfya";
- vendorSha256 = "1iifjrnc79f4liyy4pgjbnarv2fx6vwlaqcv75crmyji40xv0w9s";
+ version = "0.14.3";
+ sha256 = "0w2j1phjv989bspbyvkhr25bdz1zjch3zggwk2lgjyk77mdw5h20";
+ vendorSha256 = "03dg703pw3h98vfvi2mnd2lw0mv6hlhvmc1l7ngrqdyv54cmihnp";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});