terraform_0_11: 0.11.0 -> 0.11.1

This commit is contained in:
zimbatm 2017-12-11 22:59:24 +00:00
parent cfe1a52f22
commit 32623958e4

View File

@ -98,8 +98,8 @@ in {
});
terraform_0_11 = pluggable (generic {
version = "0.11.0";
sha256 = "0qsydg6bn7k6d68pd1y4j5iys9i66c690yq21axcpnjfibxgqyff";
version = "0.11.1";
sha256 = "04qyhlif3b3kjs3m6c3mx45sgr5r13x55aic638zzlrhbpmqiih1";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});