firefox: Update to 33.1.1

This commit is contained in:
Eelco Dolstra 2014-11-18 09:56:41 +01:00
parent c0ee8187dd
commit c4364d5914

View file

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