about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-02-20 12:37:17 +0100
committerGitHub <noreply@github.com>2020-02-20 12:37:17 +0100
commit2893e27d85e07f812008c60a7cfd3962f81ee220 (patch)
tree368ec451a4435986d4dfa8781b0eb32df5a91fda /pkgs/applications/networking/cluster
parentc385f9f9a0a7e3583e4ea589e97f122fd8a94991 (diff)
parentd7f608e43a8171de3c99975ec9a7349008a7a7f3 (diff)
downloadnixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar.gz
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar.bz2
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar.lz
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar.xz
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.tar.zst
nixlib-2893e27d85e07f812008c60a7cfd3962f81ee220.zip
Merge pull request #80584 from marsam/update-terraform
terraform: 0.12.20 -> 0.12.21
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 5c1319486497..da943c2aa7ea 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -112,8 +112,8 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.20";
-    sha256 = "1k94iwhdvp1ifg9w7y26cl89ihki2w9kxv8mz06pp9bnfwfw67x5";
+    version = "0.12.21";
+    sha256 = "128mrqib8rigy6kk6fby0pjh4jh2qm2qwkrlbn0wgfln0637d9ff";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });