Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b59ea7f

Browse files
authoredJun 5, 2019
Revert "spidermonkey_60: 60.4.0 -> 60.7.0"
This reverts commit 0814080.
1 parent 0bf6841 commit b59ea7f

File tree

1 file changed

+5
-4
lines changed
  • pkgs/development/interpreters/spidermonkey

1 file changed

+5
-4
lines changed
 

‎pkgs/development/interpreters/spidermonkey/60.nix

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, python2, zip
22
, which, readline, zlib, icu }:
33

4-
stdenv.mkDerivation rec {
5-
pname = "spidermonkey";
6-
version = "60.7.0";
4+
let
5+
version = "60.4.0";
6+
in stdenv.mkDerivation rec {
7+
name = "spidermonkey-${version}";
78

89
src = fetchurl {
910
url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz";
10-
sha256 = "08x0nijh0ja5jza95a8y030ibk756bn7zlw3a3c4750yilfhqpqa";
11+
sha256 = "11gzxd82grc3kg1ha4yni6ag6b97n46qycvv6x15s91ziia5hli0";
1112
};
1213

1314
buildInputs = [ readline zlib icu ];

0 commit comments

Comments
 (0)
Please sign in to comment.