about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2017-02-15 17:08:23 +0800
committerPeter Hoeg <peter@speartail.com>2017-02-15 17:08:23 +0800
commite1165abcb868728d410b2b32f141d7fe5792c219 (patch)
tree5c379d9a2280043d17aafecc091882c590e46dcc /pkgs
parent4450327c062a41f7df2f6756057df4ebb6548011 (diff)
downloadnixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar.gz
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar.bz2
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar.lz
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar.xz
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.tar.zst
nixlib-e1165abcb868728d410b2b32f141d7fe5792c219.zip
terragrunt: 0.10.0 -> 0.10.1
Diffstat (limited to 'pkgs')
-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 48d05fa96634..4c5c6fe53ce8 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.0";
+  version = "0.10.1";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "1cdhl7rqd2jslvp1ia1gph1lg0sjzsnvj7dj6lg85jfdcffafygj";
+    sha256 = "04q9wm8dnbm1pcy9i3c7ral49k3z10a7gx7h6h4bsvjy1sdf58vz";
   };
 
   goDeps = ./deps.nix;
diff --git a/pkgs/applications/networking/cluster/terragrunt/deps.nix b/pkgs/applications/networking/cluster/terragrunt/deps.nix
index 91425c30121a..bb438ef4e326 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 = "63102d196e0996a2910839857c3584f62be907cc";
-      sha256 = "0n207g4bf5fjq23f63nkhh14shj7kjdrr4qn6h28d7x2vqfb9pss";
+      rev = "f85f603a3e5b4d0eb9516dddb33778918f3b45c6";
+      sha256 = "10frgavkbsqpfninrlgwh64qjx9rwyjzbdfrikciv75v1gljh6zv";
     };
   }
   {
@@ -95,8 +95,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/urfave/cli";
-      rev = "347a9884a87374d000eec7e6445a34487c1f4a2b";
-      sha256 = "0wii48b2g5dyp6bknnlgs3ln93qxz5jvi96420wnpkkz51nrcmbp";
+      rev = "2526b57c56f30b50466c96c4133b1a4ad0f0191f";
+      sha256 = "03vvr1wq4pw2fixxsbr1d623hwqxf93d07p8vjml6iyd6k97b15p";
     };
   }
 ]