firefox: Update to 40.0.3

This commit is contained in:
Eelco Dolstra 2015-08-28 11:26:44 +02:00
parent 4302291e3d
commit 0619a23236

View file

@ -16,14 +16,14 @@
assert stdenv.cc ? libc && stdenv.cc.libc != null;
let version = "40.0.2"; in
let version = "40.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 = "b5d79fa3684284bfeb7277e99c756b8688e8121d";
sha1 = "6ddda46bd6540ab3ae932fbb5ffec8e9a85cab13";
};
buildInputs =