Skip to content

Commit

Permalink
terragrunt: 0.71.2 -> 0.72.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 19, 2025
1 parent 4b5b5d1 commit 1151005
Showing 1 changed file with 3 additions and 3 deletions.
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.71.2";
version = "0.72.2";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
tag = "v${version}";
hash = "sha256-R05Tv6crYMXnmUzBDaTAR1LNpd8CV0RK54U9nUN5q+4=";
hash = "sha256-SX7y4YLKehyz0vutNDWCBF9w20xW1EuDBaAkqENNTJ0=";
};

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

vendorHash = "sha256-G7J0J5Gghl+yKaCrIbgen45xKUl1ALb0CcIV9HfBdZ8=";
vendorHash = "sha256-a+nsbgAUgC7d8Nqexzubbx9CqK3o+TJbO+FJH3Fr2Js=";

doCheck = false;

Expand Down

0 comments on commit 1151005

Please sign in to comment.