Merge pull request #22821 from peterhoeg/u/tg

terragrunt: 0.10.0 -> 0.10.1

authored by Peter Hoeg and committed by GitHub f53900d1 e69f7647

+6 -6
+2 -2
pkgs/applications/networking/cluster/terragrunt/default.nix
··· 2 3 buildGoPackage rec { 4 name = "terragrunt-${version}"; 5 - version = "0.10.0"; 6 7 goPackagePath = "github.com/gruntwork-io/terragrunt"; 8 ··· 10 rev = "v${version}"; 11 owner = "gruntwork-io"; 12 repo = "terragrunt"; 13 - sha256 = "1cdhl7rqd2jslvp1ia1gph1lg0sjzsnvj7dj6lg85jfdcffafygj"; 14 }; 15 16 goDeps = ./deps.nix;
··· 2 3 buildGoPackage rec { 4 name = "terragrunt-${version}"; 5 + version = "0.10.1"; 6 7 goPackagePath = "github.com/gruntwork-io/terragrunt"; 8 ··· 10 rev = "v${version}"; 11 owner = "gruntwork-io"; 12 repo = "terragrunt"; 13 + sha256 = "04q9wm8dnbm1pcy9i3c7ral49k3z10a7gx7h6h4bsvjy1sdf58vz"; 14 }; 15 16 goDeps = ./deps.nix;
+4 -4
pkgs/applications/networking/cluster/terragrunt/deps.nix
··· 5 fetch = { 6 type = "git"; 7 url = "https://github.com/aws/aws-sdk-go"; 8 - rev = "63102d196e0996a2910839857c3584f62be907cc"; 9 - sha256 = "0n207g4bf5fjq23f63nkhh14shj7kjdrr4qn6h28d7x2vqfb9pss"; 10 }; 11 } 12 { ··· 95 fetch = { 96 type = "git"; 97 url = "https://github.com/urfave/cli"; 98 - rev = "347a9884a87374d000eec7e6445a34487c1f4a2b"; 99 - sha256 = "0wii48b2g5dyp6bknnlgs3ln93qxz5jvi96420wnpkkz51nrcmbp"; 100 }; 101 } 102 ]
··· 5 fetch = { 6 type = "git"; 7 url = "https://github.com/aws/aws-sdk-go"; 8 + rev = "f85f603a3e5b4d0eb9516dddb33778918f3b45c6"; 9 + sha256 = "10frgavkbsqpfninrlgwh64qjx9rwyjzbdfrikciv75v1gljh6zv"; 10 }; 11 } 12 { ··· 95 fetch = { 96 type = "git"; 97 url = "https://github.com/urfave/cli"; 98 + rev = "2526b57c56f30b50466c96c4133b1a4ad0f0191f"; 99 + sha256 = "03vvr1wq4pw2fixxsbr1d623hwqxf93d07p8vjml6iyd6k97b15p"; 100 }; 101 } 102 ]