3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/erlang/R22.nix

9 lines
241 B
Nix
Raw Normal View History

2019-06-18 09:56:32 +01:00
{ mkDerivation }:
2019-11-15 12:35:55 +00:00
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
2019-08-13 22:52:01 +01:00
mkDerivation {
2021-05-24 08:21:05 +01:00
version = "22.3.4.19";
sha256 = "sha256-U3ks7pDIqS8HVJ+yBobhEbKvnd9svEcQd9BsJQwajDs=";
2019-06-18 09:56:32 +01:00
}