Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terragrunt: 0.69.10 -> 0.71.1 #367422

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
terragrunt: 0.69.10 -> 0.71.1
  • Loading branch information
r-ryantm committed Dec 22, 2024
commit 28c30be0fcd2724d38c20d415647276148460100
6 changes: 3 additions & 3 deletions pkgs/by-name/te/terragrunt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

buildGoModule rec {
pname = "terragrunt";
version = "0.69.10";
version = "0.71.1";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-V/ETnIcSr47w/MhluZ4BWDPz4S3ka5H1p2OiOAMPAiY=";
hash = "sha256-146fSTiDzISvtE8tu/pKiXwfoVu2UOgdBQxw0mWyHmY=";
};

nativeBuildInputs = [ go-mockery ];
Expand All @@ -22,7 +22,7 @@ buildGoModule rec {
make generate-mocks
'';

vendorHash = "sha256-cxs2BekBUqZFwc+MkabKSFQYAxmEdxe0eWwx60c6ofQ=";
vendorHash = "sha256-atdOaJcMH9lc9kiosMHm7TDRjp3tWnWvOZdzlNmjO/k=";

doCheck = false;

Expand Down
Loading