From 928f2c52e1f494d87176d7d37b29d65bfd34e325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 13 Feb 2010 22:46:25 +0000 Subject: [PATCH] GNU IceCat: Fix the fix. svn path=/nixpkgs/trunk/; revision=19987 --- pkgs/applications/networking/browsers/icecat-3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/icecat-3/default.nix b/pkgs/applications/networking/browsers/icecat-3/default.nix index 32f17003057..941b9fabf21 100644 --- a/pkgs/applications/networking/browsers/icecat-3/default.nix +++ b/pkgs/applications/networking/browsers/icecat-3/default.nix @@ -34,8 +34,8 @@ stdenv.mkDerivation { # Work around the broken `firefox.js' in 3.6. See # http://news.gmane.org/gmane.comp.gnu.gnuzilla/1419 for details. let firefox_js = fetchurl { - url = "http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/icecat/browser/app/profile/firefox.js?revision=94&root=gnuzilla" - sha256 = "1pab9nlf6yykxmq6ky79vrdraqf49ww2whnfymq5r7gs75s46frl"; + url = "http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/icecat/browser/app/profile/firefox.js?revision=98&root=gnuzilla" + sha256 = "1jf86wa7r7pf4f3ixrnsslv0i35ypm8hrzlw14hcm5wjcwidzq0f"; name = "firefox.js"; }; in