about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-03-17 09:47:27 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-03-17 09:49:07 +1000
commit644fd120d4690daff731e022d69d8af610def513 (patch)
treef4fc341f9910f68524a8f23e5411aaa660553ae7
parentc915fe39ad816d363e407a1e9aa5773ea0eb888f (diff)
terraform: 1.4.1 -> 1.4.2
Diff: https://github.com/hashicorp/terraform/compare/v1.4.1...v1.4.2

Changelog: https://github.com/hashicorp/terraform/blob/v1.4.2/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 5350fadb3f641..215e3a781866b 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -168,9 +168,9 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.4.1";
-    hash = "sha256-Tj9j3WGfP851Q7RctW+8Xmz9NbQLE3/QKYHBGvLe1/s=";
-    vendorHash = "sha256-xAVgyn8MqwLvY85+neQ8jQYkl/j0RY4fG6qBbiMmIOc=";
+    version = "1.4.2";
+    hash = "sha256-0CxB9VOrRoudJVK96mpuQ6etsI+F2dMh4NQTKQXec9c=";
+    vendorHash = "sha256-3ZQcWatJlQ6NVoPL/7cKQO6+YCSM3Ld77iLEQK3jBDE=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {
       inherit plugins;