Unverified Commit cce5d529 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

terragrunt: 0.99.1 -> 0.99.4 (#493101)

parents f675e857 43cfa689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "terragrunt";
  version = "0.99.1";
  version = "0.99.4";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = "terragrunt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-WbFXCFzBKnjj5SN84LHNps5grHtreS+gv6b17bu6o4U=";
    hash = "sha256-PuAV0RtWTdFM96LVL6i+RMrRF+H0HujgHtTCsrvyCoo=";
  };

  nativeBuildInputs = [