erlangR21: 21.1.2 -> 21.1.3

This commit is contained in:
Jean-Philippe Cugnet 2018-11-24 12:29:47 +01:00
parent 6dbf15d627
commit 48518b481d
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.2";
sha256 = "0kn6ghr151b1qmbazc1c8k1r0wpsrqh9l3wrhfyxix3ld5yc3a5c";
version = "21.1.3";
sha256 = "0374qpafrpnfspsvjaa3sgs0h8ryi3ah8fvmr7dm7zsmgb4ihdsg";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'