lol

terraform_0_15: 0.15.0 -> 0.15.1 (#120786)

authored by

Diego Rodriguez and committed by
GitHub
da98ae61 e20f991a

+3 -3
+3 -3
pkgs/applications/networking/cluster/terraform/default.nix
··· 165 165 }); 166 166 167 167 terraform_0_15 = pluggable (generic { 168 - version = "0.15.0"; 169 - sha256 = "0d7hai57x6qczacdnzzvs3766180n6grmq0a7rlw5jp3zgzp8bmr"; 170 - vendorSha256 = "1l67kkrk8jw7v1rqpwj6n0l7lvmfgf1ir430j1n96459s1dzf0cn"; 168 + version = "0.15.1"; 169 + sha256 = "02bqg05wsqld9xybvg7swvmympq5bggkw8vcq91z6vkpawm8z3kg"; 170 + vendorSha256 = "1lnz6b2kjilidvs4flx9vj5j6dxliqdxni96fn2537nqaz4hc7l2"; 171 171 patches = [ ./provider-path-0_15.patch ]; 172 172 passthru = { inherit plugins; }; 173 173 });