summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir/1.4.nix
blob: 9ddd9062acd9d86918153381fa1e464f648d9a0b (plain) (blame)
1
2
3
4
5
6
7
{ mkDerivation }:

mkDerivation rec {
  version = "1.4.5";
  sha256 = "18ivcxmh5bak13k3rjy7jjzin57rgb2nffhwnqb2wl7bpi8mrarw";
  minimumOTPVersion = "18";
}