Merge pull request #236663 from QJoly/terragrunt

terragrunt: 0.45.18 -> 0.46.3
This commit is contained in:
Mario Rodas
2023-06-12 08:20:14 -05:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.45.18";
version = "0.46.3";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-J4edaMLvL9Bs1bwF+m0LMGiGmEKa7Xcb3SgOiDldTyY=";
hash = "sha256-2SC1HPmAQYUNrLMvtp87EaZ/K1dYD5LHhH+jB0si+Hs=";
};
vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA=";
@@ -38,6 +38,6 @@ buildGoModule rec {
changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}";
description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
license = licenses.mit;
maintainers = with maintainers; [ jk ];
maintainers = with maintainers; [ jk qjoly ];
};
}