2021-05-20 23:08:51 +00:00
|
|
|
{ mkDerivation }:
|
|
|
|
|
|
|
|
# How to obtain `sha256`:
|
|
|
|
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
|
|
|
|
mkDerivation {
|
2021-10-04 12:37:57 +00:00
|
|
|
version = "24.1.1";
|
|
|
|
sha256 = "sha256-y5QtLCrYeMT4WdHkFngKv02CZ35eYZF3sjfI5OZNAH0=";
|
2021-05-20 23:08:51 +00:00
|
|
|
}
|