xulrunner: update from 31.0 to 32.0

This commit is contained in:
Moritz Ulrich 2014-10-10 22:56:51 +02:00
parent b5f1e0eb08
commit 109547b902

View File

@ -9,14 +9,14 @@
assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
let version = "31.0"; in
let version = "32.0"; in
stdenv.mkDerivation rec {
name = "xulrunner-${version}";
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}.source.tar.bz2";
sha1 = "a6c3e25ee3aeb7da42db2aaeb50a385d63532beb";
sha256 = "1sshzm56ihy50326zcfyjx3g65fgxjllyirv802bk6l02lg9fr9j";
};
buildInputs =