Update firefox source build, too
This commit is contained in:
parent
f5da4dab72
commit
0934ddf3e0
|
@ -15,14 +15,14 @@
|
|||
|
||||
assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
|
||||
|
||||
let version = "33.0.2"; in
|
||||
let version = "33.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 = "60657ba123df85a632822974d8f914cc8c35a738";
|
||||
sha1 = "88b8380f0c0929a8beb892e6169e8e5d4bf5f62f";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in New Issue