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

spidermonkey_52: 52.6.0 -> 52.7.4
This commit is contained in:
Matthew Justin Bauer 2018-05-04 17:22:06 -05:00 committed by GitHub
commit c8f8f5465c
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.6.0";
version = "52.7.4";
in stdenv.mkDerivation rec {
name = "spidermonkey-${version}";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz";
sha256 = "0hhyd4ni4jja7jd687dm0csi1jcjxahf918zbjzr8njz655djz2q";
sha256 = "0dn3hbc95qhvcgzbibhy17xwn5m0340f64bq5byvx22c2rf40xwz";
};
buildInputs = [ readline icu zlib nspr ];