Merge pull request #218461 from r-ryantm/auto-update/terragrunt

terragrunt: 0.43.2 -> 0.44.0
This commit is contained in:
Fabian Affolter
2023-02-26 17:43:25 +01:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.43.2";
version = "0.44.0";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PojwY5sLfO8n1obyb9aHp0ym5RDD6SLLth4977gTc+U=";
hash = "sha256-6LL/ipDqNoiNWR/H5WzJVsJcgorYx6+jo+TjlfifsDo=";
};
vendorHash = "sha256-niU6DGKNhSV+nm+8jIP//AItBu5eWTasyeL/ADvY2zA=";