Unverified Commit 4c1018da authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

terragrunt: 0.99.5 -> 1.0.0 (#506750)

parents 63f8aa9f 0e111023
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "terragrunt";
  version = "0.99.5";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = "terragrunt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VlJRuW8TAlwszp2GzVC/7FY1jhq/7NHi/i5xPnw1nec=";
    hash = "sha256-BtgjfRKqFw18pQd0Ktr6w6qhHq5Qp5Lxc8buu8nxKnA=";
  };

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

  vendorHash = "sha256-4j6qrYtIHkgQGHvWUt/+Mvwdzwnnkg2GAsQB1qgeJmw=";
  vendorHash = "sha256-ZAVUnQv67HREFTsjbB7+oB73fST384Di4TcM3zDOOR8=";

  excludedPackages = [ "test/flake" ];