terraform_0_11: 0.11.8 -> 0.11.10

This commit is contained in:
zimbatm 2018-11-03 00:52:12 +01:00
parent 13effc913d
commit f9bf6cef54
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -113,8 +113,8 @@ in rec {
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
terraform_0_11 = pluggable (generic {
version = "0.11.8";
sha256 = "1kdmx21l32vj5kvkimkx0s5mxgmgkdwlgbin4f3iqjflzip0cddh";
version = "0.11.10";
sha256 = "08mapla89g106bvqr41zfd7l4ki55by6207qlxq9caiha54nx4nb";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});