erlangR22: 22.3.4.17 -> 22.3.4.19

This commit is contained in:
R. RyanTM 2021-05-24 07:21:05 +00:00 committed by Raphael Megzari
parent d59217b5f8
commit 4f51b501fe

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 = "22.3.4.17";
sha256 = "sha256-YhKU9I4qN+TVG3t//t9htUBkOu8DS75vbn/qWvS1zc0=";
version = "22.3.4.19";
sha256 = "sha256-U3ks7pDIqS8HVJ+yBobhEbKvnd9svEcQd9BsJQwajDs=";
}