diff --git a/srcpkgs/rdedup/template b/srcpkgs/rdedup/template index 5b7c5a9520f..351259b7030 100644 --- a/srcpkgs/rdedup/template +++ b/srcpkgs/rdedup/template @@ -13,3 +13,8 @@ homepage="https://github.com/dpc/rdedup" distfiles="https://github.com/dpc/rdedup/archive/rdedup-v${version}.tar.gz" checksum=5e7c09c40897cd2f2635e8c213c2ff0f5c4d7ceccbd22980cd4cb0a16f3dfc28 nocross="error: failed to run custom build command for libloading v0.5.0" + +pre_build() { + cargo update --package openssl-sys --precise 0.9.46 + cargo update --package openssl --precise 0.10.22 +}