diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template index 2c29b48237e..676aa940448 100644 --- a/srcpkgs/tealdeer/template +++ b/srcpkgs/tealdeer/template @@ -14,6 +14,10 @@ changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELO distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz" checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52 +pre_build() { + cargo update --package openssl-sys --precise 0.9.53 +} + post_install() { vlicense LICENSE-MIT }