nixpkgs/pkgs/development/interpreters/erlang/R23.nix
David Leslie bc1e6f6784
erlang: 24.2, 23.3.4.10, 22.3.4.24 (#153709)
* erlangR22: 22.3.4.20 -> 22.3.4.24

* erlangR23: 23.3.4.5 -> 23.3.4.10

* erlang: 24.1.7 -> 24.2
2022-01-13 20:20:01 +09:00

9 lines
242 B
Nix

{ mkDerivation }:
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
version = "23.3.4.10";
sha256 = "0sfz7n748hvhmcygnvb6h31ag35p59aaa9h8gdpqsh6p4hnjh1mf";
}