Unverified Commit 5ddb5936 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #242303 from r-ryantm/auto-update/terragrunt

terragrunt: 0.48.0 -> 0.48.1
parents 571bb44d a07433c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "terragrunt";
  version = "0.48.0";
  version = "0.48.1";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-Grm2TlBdfRqEeyW+Mvf4lMJokctrCDscm1AmkNzcZps=";
    hash = "sha256-zBjIUoH5s7Yo1qrzSY4LhxPBDcxxqZmvJt8z50FRro0=";
  };

  vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA=";