erlangR21: 21.1.1 -> 21.1.2

This commit is contained in:
Jean-Philippe Cugnet 2018-11-16 20:04:10 +01:00
parent feda77de9e
commit bdc04a7a72
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.1";
sha256 = "1kgny4nvw40d93jn5f4y5bcfhdlshg79n2w7lr0xj35kgwkyci39";
version = "21.1.2";
sha256 = "0kn6ghr151b1qmbazc1c8k1r0wpsrqh9l3wrhfyxix3ld5yc3a5c";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'