nixpkgs/pkgs/development/interpreters/erlang/R24.nix

9 lines
231 B
Nix
Raw Permalink Normal View History

{ mkDerivation }:
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
2021-07-30 19:08:59 +00:00
version = "24.0.5";
sha256 = "4ZyYcBhep67aPr8SY7JK/3YXD5Th8UcyjTP7UIZ5c5Q=";
}