Merge pull request #259940 from kashw2/terragrunt

terragrunt: 0.52.0 -> 0.52.1
This commit is contained in:
Mario Rodas
2023-10-09 07:39:00 -05:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.52.0";
version = "0.52.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7Qd3Eat133pRthoYZzL9UYmL/cqgCRRWKGuZj9kqfFo=";
hash = "sha256-t1GAcOZAYdfrI0lsyKUEBbnJaGzuFP0+Mz3Yrv4Bmik=";
};
vendorHash = "sha256-NSrZVLQ3Qbnp94qCV7NbrEav/7LCRbTov+B2vzbuvdM=";