about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-12-15 15:13:10 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-12-15 15:13:10 +0000
commit6fc5f8d4f3c98fd276573c8fd35f652c3e66b645 (patch)
treea01b1e1e881fbca5121c60f0d34d217d6985d141 /pkgs/applications/networking/cluster/terraform
parent6dbdbdec69471104d368d4eb5f48060d335de559 (diff)
downloadnixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar.gz
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar.bz2
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar.lz
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar.xz
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.tar.zst
nixlib-6fc5f8d4f3c98fd276573c8fd35f652c3e66b645.zip
terraform: 0.7.13 -> 0.8.1
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-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 119e33e4d1e3..78e167cc0e9b 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "terraform-${version}";
-  version = "0.7.13";
+  version = "0.8.1";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/terraform";
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner = "hashicorp";
     repo = "terraform";
-    sha256 = "0s23gc9rlnsg6x8llxnnw30b9c5kndy73jimrfxpqb4mha7mjn5n";
+    sha256 = "1fgnivhn6hrxpwwajl80vj2w81lv6vypprlbgif8m0z0na7p8956";
   };
 
   postInstall = ''