Skip to content

Commit

Permalink
Updating firefox 13.0 to 13.0.1. Maybe this improves the flash issue.
Browse files Browse the repository at this point in the history
git-svn-id: https://nixos.org/repos/nix/nixpkgs/trunk@34530 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
  • Loading branch information
viric committed Jun 17, 2012
1 parent fe2a5be commit eaeab4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/firefox/13.0.nix
Expand Up @@ -15,14 +15,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;

rec {

firefoxVersion = "13.0";
firefoxVersion = "13.0.1";

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


src = fetchurl {
url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
sha1 = "f90608874a54883b9fbb90b8d6dd3dc75a305572";
sha1 = "3752f13f26a51dd2e42d2805a707a842e6f8d1b1";
};

commonConfigureFlags =
Expand Down

0 comments on commit eaeab4f

Please sign in to comment.