summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang/R24.nix
blob: 7f4b49c5c322566d184fca43673dccfe1c94e81b (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.3";
  sha256 = "KVMISrWNBkk+w37gB4M5TQkgm4odZ+GqLvKN4stzOUI=";
}