ghcjs: bump git revision
This resolves an issue in ghcjs where lazy IO can result in opening too many files during linking due to lazy IO.
This commit is contained in:
parent
d13385caf3
commit
007dfb8438
@ -59,8 +59,8 @@ in mkDerivation (rec {
|
|||||||
inherit version;
|
inherit version;
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/ghcjs/ghcjs.git;
|
url = git://github.com/ghcjs/ghcjs.git;
|
||||||
rev = "64c3768186d73d8c185b42d4d14dfb943919ee56"; # master branch
|
rev = "d4322c2ae4467420b28eca99f0c0abd00caf5d4a"; # master branch
|
||||||
sha256 = "1w7rwcqzihg6h2j0khar7kjn8vdjg9ngjk6bndpiqcgf3kwfmvhf";
|
sha256 = "12mvl4l1i993j86n9wkwcs567jm13javghbxapjjsc7493xpmya5";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user