erlangR21: 21.3.8.3 -> 21.3.8.21

This commit is contained in:
Ivan Babrou 2021-02-27 12:34:56 -08:00 committed by github-actions[bot]
parent 025f1c4c87
commit 7993fc70af

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation {
version = "21.3.8.3";
sha256 = "1szybirrcpqsl2nmlmpbkxjqnm6i7l7bma87m5cpwi0kpvlxwmcw";
version = "21.3.8.21";
sha256 = "sha256-zQCs2hOA66jxAaxl/B42EKCejAktIav2rpVQCNyKCh4=";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"