terragrunt: 0.99.4 -> 0.99.5

This commit is contained in:
R. Ryantm
2026-03-26 18:51:30 +00:00
parent 085868b4df
commit ab8e1bf76f
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "terragrunt";
version = "0.99.4";
version = "0.99.5";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "terragrunt";
tag = "v${finalAttrs.version}";
hash = "sha256-PuAV0RtWTdFM96LVL6i+RMrRF+H0HujgHtTCsrvyCoo=";
hash = "sha256-VlJRuW8TAlwszp2GzVC/7FY1jhq/7NHi/i5xPnw1nec=";
};
nativeBuildInputs = [