terragrunt: 0.78.0 -> 0.78.1 (#405488)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-09 07:37:31 +00:00
committed by GitHub
co-authored by kashw2
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.78.0";
version = "0.78.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
tag = "v${version}";
hash = "sha256-ldGv4hD+WR4c3Ajozu+u4qy/DOCKQIk9tECOfPpNbjU=";
hash = "sha256-tGQGBZAg9nu3s2ulhz65/dmYWWBdaCod0baMoRXOCVU=";
};
nativeBuildInputs = [