Merge pull request #131115 from 06kellyjac/terragrunt

terragrunt: 0.31.0 -> 0.31.1
This commit is contained in:
Fabian Affolter
2021-07-22 22:29:22 +02:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.31.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JRIwPOExPbwLS7ps4pJpvIRaZ9jZZjVK+POaUHAmiPI=";
sha256 = "sha256-vc3DGYb3vp55LRguhg3nG5zH7w1lTFEI2bx7kNffvas=";
};
vendorSha256 = "sha256-lck4nabDhFA8N0lo+cIKiJjlg2TGx3qMExbblHQwbvQ=";
vendorSha256 = "sha256-lBhLaYn8adgfCXQJBsIVuwnA0vY8+tgeqE+C669AV+A=";
doCheck = false;