summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-09-08 10:46:26 +1000
committerGitHub <noreply@github.com>2022-09-08 02:46:26 +0200
commit69fcff00d0fbf7d742f31900f46a5c27c5caf85e (patch)
tree0e7e78922215b5bea9624691232a8c9445777993
parentca7cdab58a2d60e971d3f1a925f1999a9ec3da14 (diff)
terraform: 1.2.8 -> 1.2.9 (#190216)
https://github.com/hashicorp/terraform/releases/tag/v1.2.9
-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 be6293a1ba4b..13cbb7f94b05 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -169,8 +169,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
- version = "1.2.8";
- sha256 = "sha256-FJHZtYQHzRPWlSlXYu8mdd0YddIrBy8eBzhsvAHwfZw=";
+ version = "1.2.9";
+ sha256 = "sha256-Q5AJiFnbHXhIJP06SCJNvuMKGwEJUOsmueCI7QCeQlk=";
vendorSha256 = "sha256-VKJ+aWZYD6N8HDJwUEtgWxoBMGOa27K9ze2RUJvuipc=";
patches = [ ./provider-path-0_15.patch ];
passthru = {