erlangR21: 21.3.7.1 -> 21.3.8.3 (#62952)

This commit is contained in:
Justin Wood 2019-06-11 09:45:28 -04:00 committed by Dmitry Kalinkin
parent 57aa3ec33b
commit db004aa0f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation rec {
version = "21.3.7.1";
sha256 = "03vbp22vwra3zz76q3sjv23lmic60gi96a7dncry8whbfp4i4j8a";
version = "21.3.8.3";
sha256 = "1szybirrcpqsl2nmlmpbkxjqnm6i7l7bma87m5cpwi0kpvlxwmcw";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'