terragrunt: 0.48.6 -> 0.50.6

authored by QJoly and committed by Jörg Thalheim e0ef2f29 7a36c21b

+4 -4
+4 -4
pkgs/applications/networking/cluster/terragrunt/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "terragrunt"; 8 - version = "0.48.6"; 8 + version = "0.50.6"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "gruntwork-io"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-pvDZfKITFrhtLnewAhRGjwu45zj2q3usNSr9U2xb52Y="; 14 + hash = "sha256-h6Qz27zWAN0mxDok2dpxlE0qLP2ECwMjiCZxg+9T/dw="; 15 15 }; 16 16 17 - vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA="; 17 + vendorHash = "sha256-ZpLQcWi3qYTsy6BUZbHFFmhWG6CWqcb/NuzPLOUtKfs="; 18 18 19 19 doCheck = false; 20 20 21 21 ldflags = [ 22 22 "-s" 23 23 "-w" 24 - "-X main.VERSION=v${version}" 24 + "-X github.com/gruntwork-io/go-commons/version.Version=v${version}" 25 25 ]; 26 26 27 27 doInstallCheck = true;