summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang/R23.nix
blob: 8c07c09f22106d49cc5dd8352162cb604c8f647c (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 = "23.2.6";
  sha256 = "sha256-G930sNbr8h5ryI/IE+J6OKhR5ij68ZhGo1YIEjSOwGU=";
}