Merge pull request #32722 from ankhers/update_erlang_20

erlang: 20.1.7 -> 20.2.2
This commit is contained in:
Orivej Desh 2017-12-19 23:20:41 +00:00 committed by GitHub
commit 95f9eaf2bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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