Update Google Talk source. I wonder if there is a way to get it with a fixed version..

svn path=/nixpkgs/trunk/; revision=28830
This commit is contained in:
Michael Raskin 2011-08-26 11:21:56 +00:00
parent c0fb177ce9
commit 9c87acf5ab

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation {
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "http://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm";
sha256 = "01c8w221azvmqvxf5lgb8l151086d72ll5wnjndwn50dvi6rphvx";
sha256 = "14cf9bef6f70ff850b773dbb92833bbe45645db2636b7e17720fdc6b60e76d63";
}
else
throw "Google Talk does not support your platform.";
@ -89,4 +89,4 @@ stdenv.mkDerivation {
homepage = http://www.google.com/chat/video/;
license = "unfree";
};
}
}