firefox: Update to 32.0.3

CVE-2014-1568
This commit is contained in:
Eelco Dolstra 2014-09-25 11:40:34 +02:00
parent 32aa544fb6
commit d265c213b4

View File

@ -15,14 +15,14 @@
assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
let version = "32.0.2"; in
let version = "32.0.3"; 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 = "k3kan11592xwnfn1k4wjw2a2hpa55yxz";
sha1 = "1f831147365478e353212714038e812ca3e9fe42";
};
buildInputs =