terragrunt: 0.69.1 -> 0.69.10 (#364314)

This commit is contained in:
Nick Cao 2024-12-12 10:20:16 -05:00 committed by GitHub
commit 8f01dc89d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.69.1";
version = "0.69.10";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/fQOrxfxZOuECp093M90KQRrCUSAqtQ5icTDTw8SM6k=";
hash = "sha256-V/ETnIcSr47w/MhluZ4BWDPz4S3ka5H1p2OiOAMPAiY=";
};
nativeBuildInputs = [ go-mockery ];
@ -22,7 +22,7 @@ buildGoModule rec {
make generate-mocks
'';
vendorHash = "sha256-HcN5TRPpKpMpy7OwM9MfRVrvw5zCbPny7X2HgY8Iu1U=";
vendorHash = "sha256-cxs2BekBUqZFwc+MkabKSFQYAxmEdxe0eWwx60c6ofQ=";
doCheck = false;