summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:07:54 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:07:54 -0700
commitecc7f83e75b48ee04c4c7cac1386e370921060f4 (patch)
tree994a440270087984cc5055cfc989ea71a678d0a0
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar.gz
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar.bz2
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar.lz
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar.xz
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.tar.zst
nixlib-ecc7f83e75b48ee04c4c7cac1386e370921060f4.zip
spidermonkey_52: 52.6.0 -> 52.7.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/spidermonkey/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4/bin/js52 -h’ got 0 exit code
- ran ‘/nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4/bin/js52 --help’ got 0 exit code
- ran ‘/nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4/bin/js52 -v’ and found version 52.7.4
- ran ‘/nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4/bin/js52 --version’ and found version 52.7.4
- ran ‘/nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4/bin/js52-config --version’ and found version 52.7.4
- found 52.7.4 with grep in /nix/store/47rbdzbgccrrdc63fnsnwklria9clmms-spidermonkey-52.7.4
- directory tree listing: https://gist.github.com/7e5182415a0a1bce8071576312c08a3a
-rw-r--r--pkgs/development/interpreters/spidermonkey/52.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/spidermonkey/52.nix b/pkgs/development/interpreters/spidermonkey/52.nix
index 4992ea04f110..35dcff95029d 100644
--- a/pkgs/development/interpreters/spidermonkey/52.nix
+++ b/pkgs/development/interpreters/spidermonkey/52.nix
@@ -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 ];