Merge remote-tracking branch 'origin/master' into hardened-stdenv

This commit is contained in:
Franz Pletz
2016-05-18 17:10:02 +02:00
1470 changed files with 62103 additions and 28701 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
name = "rhino-${version}";
src = fetchurl {
url = "https://ftp.mozilla.org/pub/js/rhino1_7R2.zip";
url = "mirror://mozilla/js/rhino1_7R2.zip";
sha256 = "1p32hkghi6bkc3cf2dcqyaw5cjj7403mykcp0fy8f5bsnv0pszv7";
};