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

# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz
mkDerivation {
  version = "1.13.3";
  sha256 = "sha256-xOIGMpjemPi1xLiYmFpQR4FD6PzeFBxSJP4QpNnEUSE=";
  minimumOTPVersion = "22";
}