about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-09 18:54:34 -0500
committerGitHub <noreply@github.com>2020-12-09 18:54:34 -0500
commitdbf381e7a478d2bb4d686fd1b1b2f664b079c762 (patch)
tree603c16f6f9afe2aa310d62404443d75f76335b17 /pkgs/applications/networking/cluster
parent9ed9a8e790d65b49d08522b28ff5732660401ced (diff)
parent9b2804b7b3f1efc99036bd5bda6338a680c2f2f1 (diff)
downloadnixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar.gz
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar.bz2
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar.lz
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar.xz
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.tar.zst
nixlib-dbf381e7a478d2bb4d686fd1b1b2f664b079c762.zip
Merge pull request #106372 from marsam/update-terraform_0_14
terraform_0_14: 0.14.0 -> 0.14.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index d8c17a89e69b..3477c0de1267 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -42,6 +42,7 @@ let
         description =
           "Tool for building, changing, and versioning infrastructure";
         homepage = "https://www.terraform.io/";
+        changelog = "https://github.com/hashicorp/terraform/blob/v${version}/CHANGELOG.md";
         license = licenses.mpl20;
         maintainers = with maintainers; [
           Chili-Man
@@ -165,9 +166,9 @@ in rec {
   });
 
   terraform_0_14 = pluggable (generic {
-    version = "0.14.0";
-    sha256 = "0pbglnvb6cx8zrz791lfa67dmjqfsyysbxm2083b1lhlmbybi9ax";
-    vendorSha256 = "1gxhdj98np482jm76aj6zbbmkn7vfk8b878hzz59iywgbdr1r4m1";
+    version = "0.14.2";
+    sha256 = "0j09bjdl1z836y3zdlgjcdah11wlnvsd5hmsagjsz9am04qlyfya";
+    vendorSha256 = "1iifjrnc79f4liyy4pgjbnarv2fx6vwlaqcv75crmyji40xv0w9s";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });