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.

+2 -2
+2 -2
pkgs/development/compilers/ghcjs/default.nix
··· 59 59 inherit version; 60 60 src = fetchgit { 61 61 url = git://github.com/ghcjs/ghcjs.git; 62 - rev = "64c3768186d73d8c185b42d4d14dfb943919ee56"; # master branch 63 - sha256 = "1w7rwcqzihg6h2j0khar7kjn8vdjg9ngjk6bndpiqcgf3kwfmvhf"; 62 + rev = "d4322c2ae4467420b28eca99f0c0abd00caf5d4a"; # master branch 63 + sha256 = "12mvl4l1i993j86n9wkwcs567jm13javghbxapjjsc7493xpmya5"; 64 64 }; 65 65 isLibrary = true; 66 66 isExecutable = true;