terragrunt: 0.97.0 -> 0.99.1

This commit is contained in:
Artem Leshchev
2026-02-03 13:00:20 -06:00
parent 30154124f0
commit b107cc595b
+5 -3
View File
@@ -7,13 +7,13 @@
}:
buildGo125Module (finalAttrs: {
pname = "terragrunt";
version = "0.97.0";
version = "0.99.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "terragrunt";
tag = "v${finalAttrs.version}";
hash = "sha256-LJGc85oCDEW/z9I4Mcr9Pyv9MLqqN4Zu/nJK1LTD9mk=";
hash = "sha256-WbFXCFzBKnjj5SN84LHNps5grHtreS+gv6b17bu6o4U=";
};
nativeBuildInputs = [
@@ -26,7 +26,9 @@ buildGo125Module (finalAttrs: {
make generate-mocks
'';
vendorHash = "sha256-BXFtw7+f9Isnk6EB3U4eLlho5B3rTnofmWBDbbbroUs=";
vendorHash = "sha256-4j6qrYtIHkgQGHvWUt/+Mvwdzwnnkg2GAsQB1qgeJmw=";
excludedPackages = [ "test/flake" ];
doCheck = false;