Merge pull request #51879 from ejpcmac/update-erlangR21

erlangR21: 21.1.3 -> 21.2
This commit is contained in:
Daiderd Jordan 2018-12-11 23:22:37 +01:00 committed by GitHub
commit 78c0253521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation rec {
version = "21.1.3";
sha256 = "0374qpafrpnfspsvjaa3sgs0h8ryi3ah8fvmr7dm7zsmgb4ihdsg";
version = "21.2";
sha256 = "0v9smdp2vxkpsz65a6ypwzl12fqdfrsi7k29f5i7af0v27r308cm";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'