3
0
Fork 0
forked from mirrors/nixpkgs

terragrunt: 0.14.6 -> 0.16.5

This commit is contained in:
Stephen 2018-08-14 10:35:32 -07:00 committed by GitHub
parent 2d1316ec41
commit e36ea4b1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "terragrunt-${version}";
version = "0.14.6";
version = "0.16.5";
goPackagePath = "github.com/gruntwork-io/terragrunt";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "gruntwork-io";
repo = "terragrunt";
rev = "v${version}";
sha256 = "14zg1h76wfg6aa78llcnza7kapnl5ks6m2vg73b90azfi49fmkwz";
sha256 = "17xmk5qxlmz2g41jqd0b9ad6jd5yyw2wqi2h323bs4f3rpfkxzpd";
};
goDeps = ./deps.nix;