Merge pull request #134793 from 06kellyjac/terragrunt

terragrunt: 0.31.3 -> 0.31.5
This commit is contained in:
Sandro
2021-08-19 19:18:50 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.31.3";
version = "0.31.5";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-I7S7B+mQxLdMWiLAkUIW39kXGU9k647OOhHysYotkfU=";
sha256 = "sha256-yovrqDGvw+GwzEiuveO2eLnP7mVVY5CQB0agzxIsHto=";
};
vendorSha256 = "sha256-CVWg2SvRO//xye05G3svGeqgaTKdRcoERrR7Tp0JZUo=";