mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
erlang: 20.0 -> 20.1
This commit is contained in:
parent
49f68937c8
commit
442e238234
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ mkDerivation, fetchurl }:
|
||||
|
||||
mkDerivation rec {
|
||||
version = "20.0";
|
||||
sha256 = "12dbay254ivnakwknjn5h55wndb0a0wqx55p156h8hwjhykj2kn0";
|
||||
version = "20.1";
|
||||
sha256 = "13f53lzgq2himg9kax41f66rzv5pjfrb1ln8b54yv9spkqx2hqqi";
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
|
||||
|
|
Loading…
Reference in a new issue