3
0
Fork 0
forked from mirrors/nixpkgs

terraform: 0.10.7 -> 0.10.8

This commit is contained in:
Maximilian Bode 2017-11-22 22:02:35 +01:00
parent c0f08557b9
commit b5fd1181d1

View file

@ -91,8 +91,8 @@ in {
};
terraform_0_10 = pluggable (generic {
version = "0.10.7";
sha256 = "0gjvrra255m973nzi7rpqp5dn5npnd79cnv8vjcs7wmkdj1hli0l";
version = "0.10.8";
sha256 = "11hhij0hq99xhwlg5dx5nv7y074x79wkr8hr3wc6ln0kwdk5scdf";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});