about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/erlang/R24.nix
blob: b59626e70671fa04d2882464ccddd1d3c6672e52 (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.1.7";
  sha256 = "sha256-R4rZVMn9AGvOy31eA1dsz2CFMKOG/cXkbLaJtT7zBrU=";
}