erlangR24: 24.0 -> 24.0.1

This commit is contained in:
R. RyanTM 2021-05-28 14:08:33 +00:00 committed by Raphael Megzari
parent 3b87c94c61
commit 8ed2973cb1

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";
sha256 = "0p4p920ncsvls9q3czdc7wz2p7m15bi3nr4306hqddnxz1kxcm4w";
version = "24.0.1";
sha256 = "z01gaKNkKsIPKdPKhX6IUUY9uBSuyA33E4aVM0MdXsg=";
}