terraform_0_13: 0.13.3 -> 0.13.4

This commit is contained in:
Diego Rodriguez 2020-09-30 18:31:48 -06:00
parent e7fe577d98
commit 25e2e677d3
No known key found for this signature in database
GPG key ID: 0D3C4CF64CFF383A

View file

@ -132,8 +132,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
version = "0.13.3";
sha256 = "1bjgsabkyh3xf4gdp41mwhw6bpmjg45bnq2hk522glk02n2xngpw";
version = "0.13.4";
sha256 = "1yvcz14q82v9jq4b9knn6wgnhlhrsz2ncvxv4lh9y1avn56chsqc";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});