Skip to content

Commit

Permalink
terragrunt: 0.39.0 -> 0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2022
1 parent 37bd398 commit d8e745e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terragrunt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "terragrunt";
version = "0.39.0";
version = "0.39.1";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Y8t5rThkPD3FzY25L2lOIvktU5+NwBZtq9Pn3VzQQf4=";
sha256 = "sha256-Ino16JARoQMudZ82kI/uJE+KyNpyqPu3/Dx2c155jcQ=";
};

vendorSha256 = "sha256-CqImT90jFFLi6XR7jfzFKwhnCHK6B+aM+Ba/L+G3bEg=";
Expand Down

0 comments on commit d8e745e

Please sign in to comment.