summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang/R24.nix
blob: b4e9ebba7978700399cac143456a39fb023c51d3 (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:

# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
  version = "24.0.4";
  sha256 = "OeXXNaVJh5el+V+5ukcNOAgDmkJuGy1lYLpUTd1yxHM=";
}