summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir
diff options
context:
space:
mode:
authorcw <cw@polycular.com>2019-06-21 11:04:09 +0200
committercw <cw@polycular.com>2019-06-21 11:04:09 +0200
commit14fa7440117190a7e99f5fc7da15f24054679e6e (patch)
tree5697507533484ae3b94b9a99318a594335b20737 /pkgs/development/interpreters/elixir
parent24a2ee8fac0902fe8119249a77bfc94556954eb0 (diff)
downloadnixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar.gz
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar.bz2
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar.lz
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar.xz
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.tar.zst
nixpkgs-14fa7440117190a7e99f5fc7da15f24054679e6e.zip
elixir_1_9: init at 1.9.0-rc.0
Diffstat (limited to 'pkgs/development/interpreters/elixir')
-rw-r--r--pkgs/development/interpreters/elixir/1.9.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/elixir/1.9.nix b/pkgs/development/interpreters/elixir/1.9.nix
new file mode 100644
index 00000000000..728b7b12319
--- /dev/null
+++ b/pkgs/development/interpreters/elixir/1.9.nix
@@ -0,0 +1,7 @@
+{ mkDerivation }:
+
+mkDerivation rec {
+  version = "1.9.0-rc.0";
+  sha256 = "0pid607xbgqghljz2mcgqbjxkxsyq16c60kvnmkq680wk8g5ni72";
+  minimumOTPVersion = "20";
+}