summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang/R25.nix
blob: 5fed0896209542c28b7213c4ae1651470c443cc4 (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 = "25.1";
  sha256 = "1wrdcc576ad4fibm95c3mfni8sg1h536b4affdj05qg5cyjjwwis";
}