summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2017-03-05 09:56:30 +0800
committerPeter Hoeg <peter@speartail.com>2017-03-05 10:31:42 +0800
commitf9e76bae63dfce55bcc6624bc0b860aa73cd8801 (patch)
tree8ec02b6e2715fdb02b2918615343dfb01a5d4882 /pkgs/applications/networking/cluster/terragrunt
parent48fba404297c95ad13d4a3b41163bfa50a3720b5 (diff)
downloadnixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar.gz
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar.bz2
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar.lz
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar.xz
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.tar.zst
nixpkgs-f9e76bae63dfce55bcc6624bc0b860aa73cd8801.zip
terragrunt: 0.10.3 -> 0.11.0
Diffstat (limited to 'pkgs/applications/networking/cluster/terragrunt')
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/default.nix4
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/deps.nix8
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix
index b7845b17706..e2641b2d657 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "terragrunt-${version}";
-  version = "0.10.3";
+  version = "0.11.0";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "1vyyal4m8qwmlsvd2hriwvgly17iava0siyx7gdhy6dcs8ivc4ng";
+    sha256 = "0i0ds6llkzrn6a0qq53d2pbb6ghc47lnd004zqfbgn3kwiajx73b";
   };
 
   goDeps = ./deps.nix;
diff --git a/pkgs/applications/networking/cluster/terragrunt/deps.nix b/pkgs/applications/networking/cluster/terragrunt/deps.nix
index dcc8ee66fb4..31f9f9a2b70 100644
--- a/pkgs/applications/networking/cluster/terragrunt/deps.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/deps.nix
@@ -5,8 +5,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/aws/aws-sdk-go";
-      rev = "9350193373dc6d4bb4d6af55675c11ca7fc4230c";
-      sha256 = "0n9b1szwf69mjmf7dgl1b2hv3aqjhih2pvfcjxnv1xgbigm821w2";
+      rev = "78568b07950e5e7948496878fe99b9436add41d4";
+      sha256 = "0qi3q9qx8k055i2hlc6n8agl7nw1hzcw7aqqykla6z0hjv2hq0c3";
     };
   }
   {
@@ -95,8 +95,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/urfave/cli";
-      rev = "2526b57c56f30b50466c96c4133b1a4ad0f0191f";
-      sha256 = "03vvr1wq4pw2fixxsbr1d623hwqxf93d07p8vjml6iyd6k97b15p";
+      rev = "9e5b04886c4bfee2ceba1465b8121057355c4e53";
+      sha256 = "18jx6ypc1w02ha37rsx6hhmdwqmnybajd6l54qm07bdb850ip9db";
     };
   }
 ]