erlang: 24.0.1 -> 24.0.2

This commit is contained in:
R. RyanTM 2021-06-01 08:44:01 +00:00 committed by Raphael Megzari
parent b6e6f1dddd
commit 7ec26084b8

View file

@ -3,6 +3,6 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
version = "24.0.1";
sha256 = "z01gaKNkKsIPKdPKhX6IUUY9uBSuyA33E4aVM0MdXsg=";
version = "24.0.2";
sha256 = "gAiQc+AVj5xjwAnn9mF4xprjZOft1JvfEFVJMG5isxg=";
}