From 2db48fc660518a290f101e0f8ff01054a7cf8719 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 14 Oct 2009 03:13:44 +0000 Subject: [PATCH] skype url changed patch provided by Russell O'Connor svn path=/nixpkgs/trunk/; revision=17796 --- pkgs/applications/networking/skype/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/skype/default.nix b/pkgs/applications/networking/skype/default.nix index f66579438c50..1b1373fc846e 100644 --- a/pkgs/applications/networking/skype/default.nix +++ b/pkgs/applications/networking/skype/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation ( rec { name = "skype-2.0"; src = fetchurl { - url = http://www.skype.com/go/getskype-linux-static; + url = http://download.skype.com/linux/skype_static-2.0.0.72.tar.bz2; sha256 = "2f37963e8f19c0ec5efd8631abe9633b6551f09dee024460c40fad10728bc580"; name = "${pname}_static-${version}.tar.bz2"; };