···22, libobjc }:
3344stdenv.mkDerivation rec {
55- version = "38.2.1.rc0";
55+ version = "38.8.0";
66 name = "spidermonkey-${version}";
7788- # the release notes point to some guys home directory, see
99- # https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/38
1010- # probably it would be more ideal to pull a particular tag/revision
1111- # from the mercurial repo
128 src = fetchurl {
1313- url = "https://people.freebsd.org/~sunpoet/sunpoet/mozjs-${version}.tar.bz2";
1414- sha256 = "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681";
99+ url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.bz2";
1010+ sha256 = "10lrync6cxnjlnadc0j3vg8r2dq9b3wwanw8qj1h6ncxwb7asxcl";
1511 };
16121713 buildInputs = [ libffi readline icu zlib nspr ]