terragrunt: 0.48.6 -> 0.50.6

This commit is contained in:
QJoly 2023-08-24 09:22:19 +02:00 committed by Jörg Thalheim
parent 7a36c21b28
commit e0ef2f29f1

View File

@ -5,23 +5,23 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.48.6";
version = "0.50.6";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pvDZfKITFrhtLnewAhRGjwu45zj2q3usNSr9U2xb52Y=";
hash = "sha256-h6Qz27zWAN0mxDok2dpxlE0qLP2ECwMjiCZxg+9T/dw=";
};
vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA=";
vendorHash = "sha256-ZpLQcWi3qYTsy6BUZbHFFmhWG6CWqcb/NuzPLOUtKfs=";
doCheck = false;
ldflags = [
"-s"
"-w"
"-X main.VERSION=v${version}"
"-X github.com/gruntwork-io/go-commons/version.Version=v${version}"
];
doInstallCheck = true;