Merge pull request #40644 from r-ryantm/auto-update/spidermonkey

spidermonkey_52: 52.7.4 -> 52.8.0
This commit is contained in:
Jan Tojnar 2018-05-17 16:47:05 +02:00 committed by GitHub
commit c3383afab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, python2, zip, which, readline, icu, zlib, nspr }:
let
version = "52.7.4";
version = "52.8.0";
in stdenv.mkDerivation rec {
name = "spidermonkey-${version}";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz";
sha256 = "0dn3hbc95qhvcgzbibhy17xwn5m0340f64bq5byvx22c2rf40xwz";
sha256 = "11v2wwgrb92z08dv9cvk5x2dj3xj25qxzbjqjgiq6mz91bzd9gms";
};
buildInputs = [ readline icu zlib nspr ];