Skip to content

Commit

Permalink
Merge pull request NixOS#108785 from 06kellyjac/terragrunt
Browse files Browse the repository at this point in the history
terragrunt: 0.26.7 -> 0.27.0
  • Loading branch information
SuperSandro2000 committed Jan 9, 2021
2 parents 822b0c9 + 5aabd46 commit 58ce912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terragrunt/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "terragrunt";
version = "0.26.7";
version = "0.27.0";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "1431n6zs2mfkgh281xi0d7m9hxifrrsnd46fnpb54mr6lj9h0sdb";
sha256 = "sha256-MbhJ1f6Da+kkkCV85kH8Yv74cMzp7JvxeQb0By9aGp8=";
};

vendorSha256 = "18ix11g709fvh8h02k3p2bmzrq5fjzaqa50h3g74s3hyl2gc9s9h";
vendorSha256 = "sha256-AMxBzUHRsq1HOMtvgYqIw22Cky7gQ7/2hI8wQnxaXb0=";

doCheck = false;

Expand Down

0 comments on commit 58ce912

Please sign in to comment.