summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2017-02-22 20:12:25 +0800
committerPeter Hoeg <peter@speartail.com>2017-02-22 20:12:25 +0800
commit494462e8573f4051d08634e852fbb003cb08b564 (patch)
tree4fb64bac8fdeb906b213f518c313aef7d326556b /pkgs/applications
parent183eeb3c0fdac8de3146aedaa6028b474f96db6f (diff)
downloadnixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar.gz
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar.bz2
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar.lz
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar.xz
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.tar.zst
nixpkgs-494462e8573f4051d08634e852fbb003cb08b564.zip
terragrunt: 0.10.1 -> 0.10.2
Diffstat (limited to 'pkgs/applications')
-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 4c5c6fe53ce..a90cd832e11 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.1";
+  version = "0.10.2";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "04q9wm8dnbm1pcy9i3c7ral49k3z10a7gx7h6h4bsvjy1sdf58vz";
+    sha256 = "0xbg8kirdd4na7g1fk2xwh3rk07jrlmral6yhzzblpdyr4v26vlg";
   };
 
   goDeps = ./deps.nix;
diff --git a/pkgs/applications/networking/cluster/terragrunt/deps.nix b/pkgs/applications/networking/cluster/terragrunt/deps.nix
index bb438ef4e32..6542e6b5bea 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 = "f85f603a3e5b4d0eb9516dddb33778918f3b45c6";
-      sha256 = "10frgavkbsqpfninrlgwh64qjx9rwyjzbdfrikciv75v1gljh6zv";
+      rev = "3d7773ac930d57ef4a59e0d10c5f65a0cfa5acd6";
+      sha256 = "0jgyybih4vhlja76x5wjsvdbvq3v14yllzfi36f2527bby18g1hc";
     };
   }
   {
@@ -50,8 +50,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/hashicorp/hcl";
-      rev = "372e8ddaa16fd67e371e9323807d056b799360af";
-      sha256 = "1hv8p1858k1b99p3yc2jj6h77bl0iv9ziyzyp4w3xlcci2s13hnr";
+      rev = "630949a3c5fa3c613328e1b8256052cbc2327c9b";
+      sha256 = "00lalg0gz7218gnw6zgn28gfizpcl8zw8jpkghn681vj7lfah5dh";
     };
   }
   {