erlang R18-20: updates

This commit is contained in:
Will Dietz 2018-03-21 11:10:10 -05:00
parent 479ec3d888
commit f967d23403
3 changed files with 6 additions and 6 deletions

View file

@ -12,8 +12,8 @@ let
}; };
in mkDerivation rec { in mkDerivation rec {
version = "18.3.4.7"; version = "18.3.4.8";
sha256 = "1l66vzbb1vidrmf6gr84l34kgrpb9k7z2170bac4c6aviah9r02l"; sha256 = "16c0h25hh5yvkv436ks5jbd7qmxzb6ndvk64mr404347a20iib0g";
patches = [ patches = [
rmAndPwdPatch rmAndPwdPatch

View file

@ -1,8 +1,8 @@
{ mkDerivation, fetchurl, fetchpatch }: { mkDerivation, fetchurl, fetchpatch }:
mkDerivation rec { mkDerivation rec {
version = "19.3.6.4"; version = "19.3.6.6";
sha256 = "1w0h3wj2h58m3jrfgw56xab2352na3i9ccrbpfs4420dn7igf071"; sha256 = "05l81gig0hmr951pjvwknc9x2qvpm95ph9z072hn4jqg13rzbgvg";
patches = [ patches = [
# macOS 10.13 crypto fix from OTP-20.1.2 # macOS 10.13 crypto fix from OTP-20.1.2

View file

@ -1,8 +1,8 @@
{ mkDerivation, fetchurl }: { mkDerivation, fetchurl }:
mkDerivation rec { mkDerivation rec {
version = "20.2.2"; version = "20.3.1";
sha256 = "1cns1qcmmr00nyvcvcj4p4n2gvliyjynlwfqc7qzpkjjnkb7fzl6"; sha256 = "13qh3an98qm477zr1dvcklbhar001cikp177295llcqpchamgzx3";
prePatch = '' prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10' substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'