Updating skype. It runs fine (start, see the friends list) for me.
svn path=/nixpkgs/trunk/; revision=27973
This commit is contained in:
parent
6b302190a4
commit
22135b319b
@ -4,11 +4,11 @@
|
|||||||
assert stdenv.system == "i686-linux";
|
assert stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "skype-2.1.0.81";
|
name = "skype-2.2.0.35";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.skype.com/linux/${name}.tar.bz2";
|
url = "http://download.skype.com/linux/${name}.tar.bz2";
|
||||||
sha256 = "1x18m4900c0ssaq95wv8mhhgwvw9fh66dszx7zq24zgvb2v1h4jz";
|
sha256 = "157ba3ci12bq0nv2m8wlsab45ib5sccqagyna8nixnhqw9q72sxm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user