erlang: 24.1.5 -> 24.1.6 (#146496)

Changed files
+2 -2
pkgs
development
interpreters
erlang
+2 -2
pkgs/development/interpreters/erlang/R24.nix
···
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
-
version = "24.1.5";
-
sha256 = "sha256-MSPoJpbL9WeERqCSh9fiw9jhJGssqolxudyURpiypb0=";
+
version = "24.1.6";
+
sha256 = "sha256-Jh9w3+ft1RZjmb4PriCmHPj0tgkx8LBFjsg1s4BGojs=";
}