2019-06-18 01:56:32 -07:00
|
|
|
{ mkDerivation }:
|
|
|
|
|
2019-11-15 04:35:55 -08:00
|
|
|
# How to obtain `sha256`:
|
|
|
|
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
|
2019-08-13 14:52:01 -07:00
|
|
|
mkDerivation {
|
2021-04-12 10:59:37 -07:00
|
|
|
version = "22.3.4.17";
|
|
|
|
sha256 = "sha256-YhKU9I4qN+TVG3t//t9htUBkOu8DS75vbn/qWvS1zc0=";
|
2019-06-18 01:56:32 -07:00
|
|
|
}
|