Skip to content

Commit

Permalink
terragrunt: 0.10.1 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Feb 22, 2017
1 parent 183eeb3 commit 494462e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terragrunt/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "terragrunt-${version}";
version = "0.10.1";
version = "0.10.2";

goPackagePath = "github.com/gruntwork-io/terragrunt";

src = fetchFromGitHub {
rev = "v${version}";
owner = "gruntwork-io";
repo = "terragrunt";
sha256 = "04q9wm8dnbm1pcy9i3c7ral49k3z10a7gx7h6h4bsvjy1sdf58vz";
sha256 = "0xbg8kirdd4na7g1fk2xwh3rk07jrlmral6yhzzblpdyr4v26vlg";
};

goDeps = ./deps.nix;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/networking/cluster/terragrunt/deps.nix
Expand Up @@ -5,8 +5,8 @@
fetch = {
type = "git";
url = "https://github.com/aws/aws-sdk-go";
rev = "f85f603a3e5b4d0eb9516dddb33778918f3b45c6";
sha256 = "10frgavkbsqpfninrlgwh64qjx9rwyjzbdfrikciv75v1gljh6zv";
rev = "3d7773ac930d57ef4a59e0d10c5f65a0cfa5acd6";
sha256 = "0jgyybih4vhlja76x5wjsvdbvq3v14yllzfi36f2527bby18g1hc";
};
}
{
Expand Down Expand Up @@ -50,8 +50,8 @@
fetch = {
type = "git";
url = "https://github.com/hashicorp/hcl";
rev = "372e8ddaa16fd67e371e9323807d056b799360af";
sha256 = "1hv8p1858k1b99p3yc2jj6h77bl0iv9ziyzyp4w3xlcci2s13hnr";
rev = "630949a3c5fa3c613328e1b8256052cbc2327c9b";
sha256 = "00lalg0gz7218gnw6zgn28gfizpcl8zw8jpkghn681vj7lfah5dh";
};
}
{
Expand Down

0 comments on commit 494462e

Please sign in to comment.