about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2021-10-29 11:31:21 +0200
committerGitHub <noreply@github.com>2021-10-29 11:31:21 +0200
commitb2ae9623d1d50abf4d7f45c187d106dd8d3ecc85 (patch)
tree9a3fb8892bc8576e08c0602928d54125d71c96f9 /pkgs/applications/networking
parent594e35cc4696d207d0c0b31f3c04a63790adab3b (diff)
parentdd72fd59f8aba1fad1e9dc32cf4c66cc5a05053d (diff)
Merge pull request #143548 from marsam/update-terraform
terraform: 1.0.9 -> 1.0.10
Diffstat (limited to 'pkgs/applications/networking')
-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 ba034056c95d2..8dfc8c701e3ab 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -195,8 +195,8 @@ rec {
   };
 
   terraform_1_0 = mkTerraform {
-    version = "1.0.9";
-    sha256 = "0g97l53xrcafjrzz5inij4q4aaadibn5ilr5j39a6569pkvcvsh3";
+    version = "1.0.10";
+    sha256 = "1jcgp9q99785m85754ipza7b3dd3g58adpnyh5w2imqj01cas6mb";
     vendorSha256 = "00cl42w1mzsi9qd09wydfvp5f2h7lxaay6s2dv0mf47k6h7prf42";
     patches = [ ./provider-path-0_15.patch ];
     passthru = { inherit plugins; };