erlang: 23.3.2 -> 23.3.4

This commit is contained in:
happysalada 2021-05-11 14:51:53 +09:00 committed by Raphael Megzari
parent 210784b7c8
commit 580d6f6951

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 = "23.3.2";
sha256 = "eU3BmBJqrcg3FmkuAIfB3UoSNfQQfvGNyC2jBffwm/w=";
version = "23.3.4";
sha256 = "EKewwcK1Gr84mmFVxVmOLaPiFtsG3r/1ubGOUwM/EYY=";
}