erlang: 23.3.4 -> 23.3.4.1

This commit is contained in:
R. RyanTM 2021-05-22 13:45:36 +00:00 committed by Raphael Megzari
parent 29f57e4752
commit 1f5baa4bf8

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.4";
sha256 = "EKewwcK1Gr84mmFVxVmOLaPiFtsG3r/1ubGOUwM/EYY=";
version = "23.3.4.1";
sha256 = "vBGPCAq7410ykiWsxDo6PpgnInPMY35+RPx4gl/BW7k=";
}