Skip to content

Commit

Permalink
terragrunt: 0.9.3 -> 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg authored and fpletz committed Jan 29, 2017
1 parent fe6c4eb commit 5867045
Showing 1 changed file with 2 additions and 2 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.9.3";
version = "0.9.6";

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

src = fetchFromGitHub {
rev = "v${version}";
owner = "gruntwork-io";
repo = "terragrunt";
sha256 = "0i6sqgyxhi6icp7nps9prc40m9wsbr71v967kgl2865sgb214rdx";
sha256 = "0x4qpf4jqrm55rg5xifk6gz4gy42506k5g1l5461xln0rsmifpkf";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 5867045

Please sign in to comment.