mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-31 18:15:54 +00:00
7a7b0862db
https://www.erlang.org/blog/otp-26-highlights/ https://www.erlang.org/patches/otp-26.0 https://www.erlang.org/doc/apps/erts/notes.html#erts-14.0
8 lines
128 B
Nix
8 lines
128 B
Nix
{ lib, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.0";
|
|
sha256 = "sha256-7z5LkCLyjqGlo48XlcwAUiu1FkmAAewEGnP30QDDme8=";
|
|
}
|
|
|