erlangR21: 21.1.3 -> 21.2

This commit is contained in:
Jean-Philippe Cugnet 2018-12-11 21:14:40 +01:00
parent ebd47d7b54
commit 08e7fe7cb9
No known key found for this signature in database
GPG Key ID: DE7B66F71BE85E31

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'