terragrunt: 0.93.10 -> 0.93.11 (#465992)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-30 02:11:21 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGo125Module (finalAttrs: {
pname = "terragrunt";
version = "0.93.10";
version = "0.93.11";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "terragrunt";
tag = "v${finalAttrs.version}";
hash = "sha256-aq3Q+PsKtkFXvBxZ1dpXsXWcQFEBTR1T/q/svWsEljg=";
hash = "sha256-Ff56GmIgi95BIRFUJ5KJGiqeioCfHY/ZseZ3Q4YzrtU=";
};
nativeBuildInputs = [