elixir_1_7: fix minimum OTP version

This commit is contained in:
Jean-Philippe Cugnet 2018-08-23 00:00:29 +02:00
parent 7fa62f2df0
commit b16e1e63cb
No known key found for this signature in database
GPG Key ID: DE7B66F71BE85E31

View File

@ -3,5 +3,5 @@
mkDerivation rec {
version = "1.7.2";
sha256 = "0wnrx6wlpmr23ypm8za0c4dl952nj4rjylcsdzz0xrma92ylrqfq";
minimumOTPVersion = "18";
minimumOTPVersion = "19";
}