summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-11-16 10:16:31 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-11-16 13:14:10 +1000
commitd8831517a8dd383352eb5d5f7e118f21137508ce (patch)
tree5ba4e0ef88563fd0ce308519c2fa444feed89140
parent5b523b15e645d695d2c6f31bf46f2145a9f5188b (diff)
downloadnixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar.gz
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar.bz2
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar.lz
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar.xz
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.tar.zst
nixpkgs-d8831517a8dd383352eb5d5f7e118f21137508ce.zip
terraform: 1.6.3 -> 1.6.4
Diff: https://github.com/hashicorp/terraform/compare/v1.6.3...v1.6.4

Changelog: https://github.com/hashicorp/terraform/blob/v1.6.4/CHANGELOG.md
-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 ed252614490..70f547fb022 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -167,9 +167,9 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.6.3";
-    hash = "sha256-2ai0WAknz4rt33BuBoqnTCsfPNHmet9+PdgYeeJKQkQ=";
-    vendorHash = "sha256-ZtaXUX0PgL1nwXgohcfCyj/fLPAodx8amHEsQnlOQrc=";
+    version = "1.6.4";
+    hash = "sha256-kA0H+JxyMV6RKRr20enTOzfwj2Lk2IP4vivfHv02+w8=";
+    vendorHash = "sha256-cxnvEwtZLXYZzCITJgYk8hDRndLLC8YTD+RvgcNska0=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {
       inherit plugins;