Skip to content

Commit

Permalink
firefox: Update to 29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 19, 2014
1 parent ec332f5 commit 8b89cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/firefox/default.nix
Expand Up @@ -17,14 +17,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;


rec { rec {


firefoxVersion = "29.0"; firefoxVersion = "29.0.1";


xulVersion = "29.0"; # this attribute is used by other packages xulVersion = "29.0.1"; # this attribute is used by other packages




src = fetchurl { src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"; url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
sha1 = "db8fa9a4863bd7427115adec01b7db0e494dffa6"; sha1 = "2819ef63403de2bcfff5496bd21a3b8cb5dfce82";
}; };


commonConfigureFlags = commonConfigureFlags =
Expand Down

0 comments on commit 8b89cba

Please sign in to comment.