about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorLangston Barrett <langston.barrett@gmail.com>2016-07-13 18:32:13 +0200
committerLangston Barrett <langston.barrett@gmail.com>2016-07-13 18:32:13 +0200
commitf3262a209b0ecfd69db0c78bfbf041d0467e1f02 (patch)
tree86f5cb386714553e6eeb9d776f079e84352d4f07 /pkgs/applications/networking/cluster
parentd2435933c0a2c8981992fa73a10523af4d15b96b (diff)
downloadnixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar.gz
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar.bz2
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar.lz
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar.xz
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.tar.zst
nixlib-f3262a209b0ecfd69db0c78bfbf041d0467e1f02.zip
terraform: 0.6.15 -> 0.6.16
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 1ce86cac5c5f..3d1834ce9b67 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -2,16 +2,16 @@
 
 buildGoPackage rec {
   name = "terraform-${version}";
-  version = "0.6.15";
+  version = "0.6.16";
   rev = "v${version}";
-  
+
   goPackagePath = "github.com/hashicorp/terraform";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "hashicorp";
     repo = "terraform";
-    sha256 = "1mf98hagb0yp40g2mbar7aw7hmpq01clnil6y9khvykrb33vy0nb";
+    sha256 = "1bg8hn4b31xphyxrc99bpnf7gmq20fxqx1k871nidx132brcsah2";
   };
 
   postInstall = ''