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-07-14 22:03:04 +00:00
|
|
|
version = "24.0.3";
|
|
|
|
sha256 = "KVMISrWNBkk+w37gB4M5TQkgm4odZ+GqLvKN4stzOUI=";
|
2021-05-20 23:08:51 +00:00
|
|
|
}
|