erlangR23: 23.3.4.4 -> 23.3.4.5

This commit is contained in:
R. RyanTM 2021-07-25 03:51:42 +00:00 committed by Raphael Megzari
parent e84a1189f5
commit d3483140b2

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.4";
sha256 = "dnoSGfBUZrgcnNQNAoqmVOxK/NQlt1DC187sxg7mPq8=";
version = "23.3.4.5";
sha256 = "2u/w8IPKHEZ+rZ3T7Wn9+Ggxe6JY8cHz8q/N0RjbrNU=";
}