2020-07-18 16:06:22 +00:00
|
|
|
{ mkDerivation }:
|
|
|
|
|
|
|
|
# How to obtain `sha256`:
|
|
|
|
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
|
|
|
|
mkDerivation {
|
2021-03-09 03:18:52 +00:00
|
|
|
version = "23.2.6";
|
|
|
|
sha256 = "sha256-G930sNbr8h5ryI/IE+J6OKhR5ij68ZhGo1YIEjSOwGU=";
|
2020-07-18 16:06:22 +00:00
|
|
|
}
|