firefox: Update from 36.0.1 -> 36.0.3

This commit is contained in:
Ricardo M. Correia 2015-03-21 05:43:57 +00:00
parent 0f5a5cae76
commit a246b849eb

View file

@ -15,14 +15,14 @@
assert stdenv.cc ? libc && stdenv.cc.libc != null;
let version = "36.0.1"; in
let version = "36.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 = "cde80f5aee704827da43b9ca94a138a6c8a6c553";
sha1 = "4719e77cfd6da66c4308eaae6b3ad54bff0bf332";
};
buildInputs =