firefox: Update to 32.0

This commit is contained in:
Eelco Dolstra 2014-09-03 22:48:58 +02:00
parent b3b06af89a
commit 88964f37a0

View file

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