Merge pull request #37580 from dtzWill/update/erlangs

erlang R18-20: updates
This commit is contained in:
Daiderd Jordan 2018-03-25 20:59:25 +02:00 committed by GitHub
commit ac318bc8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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