firefox: Update from 36.0 -> 36.0.1

This commit is contained in:
Ricardo M. Correia 2015-03-06 03:35:01 +01:00
parent 96b2d27e69
commit 02b91f93c4

View file

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