Unverified Commit 50799af5 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

terragrunt: 0.81.7 -> 0.81.8 (#418380)

parents a942c8ed a9bed07c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "terragrunt";
  version = "0.81.7";
  version = "0.81.8";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = "terragrunt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/rpZK3uVd+EAP+lD2PohLRIFJY9GI9d32MNjJUo8hos=";
    hash = "sha256-+f6rHS1ljj59wmR3NJwviJEBqeS6VzoMPfal4MuoyUE=";
  };

  nativeBuildInputs = [
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
    make generate-mocks
  '';

  vendorHash = "sha256-P9EHKvtZwFr6go8IdA8B2SYCfDhaGCADZLVZ46SFQEI=";
  vendorHash = "sha256-A8P0wJ/EUTnAeCIFfAECTBQmSaOcED6SDbeRnnTlcJ8=";

  doCheck = false;