From 6655cf6d23c7046613a55317ecd38f91c8ab27d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 3 Dec 2012 17:19:56 +0100 Subject: [PATCH] firefox: update to 17.0.1 I feel lucky. --- pkgs/applications/networking/browsers/firefox/17.0.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/firefox/17.0.nix b/pkgs/applications/networking/browsers/firefox/17.0.nix index 302672c15adc..9b785bebacb0 100644 --- a/pkgs/applications/networking/browsers/firefox/17.0.nix +++ b/pkgs/applications/networking/browsers/firefox/17.0.nix @@ -15,9 +15,9 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null; rec { - firefoxVersion = "17.0"; + firefoxVersion = "17.0.1"; - xulVersion = "17.0"; # this attribute is used by other packages + xulVersion = "17.0.1"; # this attribute is used by other packages src = fetchurl { @@ -27,7 +27,7 @@ rec { # Fall back to this url for versions not available at releases.mozilla.org. "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2" ]; - sha1 = "4f5f175c1662d67f70e78403607d8eda600efd8b"; + sha1 = "15c09796a388f0a78996427b7bc2c80f4e0496f3"; }; commonConfigureFlags =