Skip to content

Commit 0010ccd

Browse files
committed
terragrunt: 0.77.22 -> 0.78.0
1 parent b539370 commit 0010ccd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/te/terragrunt/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "terragrunt";
11-
version = "0.77.22";
11+
version = "0.78.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "gruntwork-io";
1515
repo = pname;
1616
tag = "v${version}";
17-
hash = "sha256-Mj7lTyrEo3hOTzSUfKShK/Rzx/gOwdJYFofde+2uJHs=";
17+
hash = "sha256-ldGv4hD+WR4c3Ajozu+u4qy/DOCKQIk9tECOfPpNbjU=";
1818
};
1919

2020
nativeBuildInputs = [
@@ -26,7 +26,7 @@ buildGoModule rec {
2626
make generate-mocks
2727
'';
2828

29-
vendorHash = "sha256-qAuC1qDUBrnf/Fq2fV4DfA5oKOMQ1AdC6XFUxXi3nuA=";
29+
vendorHash = "sha256-56/XSeNjqUF3uQsadHWpefeXK2zIjRWXkkmQeZbmHZg=";
3030

3131
doCheck = false;
3232

0 commit comments

Comments
 (0)