Unverified Commit 74a170bf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268957 from kashw2/terragrunt

terragrunt: 0.53.4 -> 0.53.5
parents 6d39872d 1cbe6c61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "terragrunt";
  version = "0.53.4";
  version = "0.53.5";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-UPbiqo0HvBEIAimugNa7WwqwPsLk8C2gS0KqfgFMGQU=";
    hash = "sha256-1rGRtBDCw35y8x14lno+obUTzplFU5u3f87I5TVO7/8=";
  };

  vendorHash = "sha256-h1rDXxvPhQfGUpxOmnksy3l8kMq93nxOQ9adJFyZnOY=";