Merge pull request #114101 from 06kellyjac/terragrunt

terragrunt: correct sha to match 0.28.7
This commit is contained in:
Sandro 2021-02-23 14:51:21 +01:00 committed by GitHub
commit 569f7d42bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ buildGoModule rec {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DzC/HNwFNNEJhic/8KpHchrBmsSbrn7xf1DjY0JTH08=";
sha256 = "sha256-pM3R85gdP2eVoXx//2tKePNAi14eM8Ut+eXR+vB0Ukk=";
};
vendorSha256 = "sha256-lRJerUYafpkXAGf8MEM8SeG3aB86mlMo7iLpeHFAnd4=";