spidermonkey: replace broken links
people.mozilla.org is gone
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
# probably it would be more ideal to pull a particular tag/revision
|
# probably it would be more ideal to pull a particular tag/revision
|
||||||
# from the mercurial repo
|
# from the mercurial repo
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.mozilla.org/~sstangl/mozjs-31.5.0.tar.bz2";
|
url = "https://people.freebsd.org/~sunpoet/sunpoet/mozjs-31.5.0.tar.bz2";
|
||||||
sha256 = "1q8icql5hh1g3gzg5fp4rl9rfagyhm9gilfn3dgi7qn4i1mrfqsd";
|
sha256 = "1q8icql5hh1g3gzg5fp4rl9rfagyhm9gilfn3dgi7qn4i1mrfqsd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
# probably it would be more ideal to pull a particular tag/revision
|
# probably it would be more ideal to pull a particular tag/revision
|
||||||
# from the mercurial repo
|
# from the mercurial repo
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.mozilla.org/~sstangl/mozjs-${version}.tar.bz2";
|
url = "https://people.freebsd.org/~sunpoet/sunpoet/mozjs-${version}.tar.bz2";
|
||||||
sha256 = "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681";
|
sha256 = "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user