1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Merge pull request #50981 from ejpcmac/update-erlangR21

erlangR21: 21.1.2 -> 21.1.3
This commit is contained in:
Renaud 2018-11-30 11:42:59 +01:00 committed by GitHub
commit 22e95afea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'