mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #38646 from djgoku/update-erlang-r20
erlang: 20.3.1 -> 20.3.2
This commit is contained in:
commit
2bdda287f5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ mkDerivation, fetchurl }:
|
||||
|
||||
mkDerivation rec {
|
||||
version = "20.3.1";
|
||||
sha256 = "13qh3an98qm477zr1dvcklbhar001cikp177295llcqpchamgzx3";
|
||||
version = "20.3.2";
|
||||
sha256 = "0cd7rz32cxghxb2q7g3p52sxbhwqn4pkjlf28hy1dms6q7f85zv1";
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
|
||||
|
|
Loading…
Reference in a new issue