mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ in mkDerivation (rec {
|
|||
inherit version;
|
||||
src = fetchgit {
|
||||
url = git://github.com/ghcjs/ghcjs.git;
|
||||
rev = "64c3768186d73d8c185b42d4d14dfb943919ee56"; # master branch
|
||||
sha256 = "1w7rwcqzihg6h2j0khar7kjn8vdjg9ngjk6bndpiqcgf3kwfmvhf";
|
||||
rev = "d4322c2ae4467420b28eca99f0c0abd00caf5d4a"; # master branch
|
||||
sha256 = "12mvl4l1i993j86n9wkwcs567jm13javghbxapjjsc7493xpmya5";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
|
Loading…
Reference in a new issue