elixir_1_9: init at 1.9.0-rc.0

This commit is contained in:
cw
2019-06-21 11:04:09 +02:00
parent 24a2ee8fac
commit 14fa744011
4 changed files with 14 additions and 7 deletions
@@ -0,0 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.9.0-rc.0";
sha256 = "0pid607xbgqghljz2mcgqbjxkxsyq16c60kvnmkq680wk8g5ni72";
minimumOTPVersion = "20";
}