about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/erlang/R23.nix
blob: 3d0a2b16006515840505934de5c8d8681c441d4c (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.3.4.5";
  sha256 = "2u/w8IPKHEZ+rZ3T7Wn9+Ggxe6JY8cHz8q/N0RjbrNU=";
}