firefox: 39.0 -> 39.0.3

(cherry picked from commit 9f79830345)
This commit is contained in:
James Cook
2015-08-06 21:19:20 -07:00
committed by Eelco Dolstra
parent 22e10f13e6
commit 892c4ffb8a

View File

@@ -15,14 +15,14 @@
assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
let version = "39.0"; in
let version = "39.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 = "32785daee7ddb9da8d7509ef095258fc58fe838e";
sha1 = "e024e528317d6c531fb36a26d2ce3317d3510b42";
};
buildInputs =