google-talk-plugin: upgraded to 2.9.10.0

svn path=/nixpkgs/trunk/; revision=34467
This commit is contained in:
Mathijs Kwik 2012-06-11 17:41:03 +00:00
parent e19cc94e1a
commit 25b199771d

View File

@ -40,18 +40,18 @@ let
in
stdenv.mkDerivation {
name = "google-talk-plugin-2.8.5.0";
name = "google-talk-plugin-2.9.10.0";
src =
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "http://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm";
sha256 = "15909wnhspjci0fspvh5j87v1xl7dfix36zrpvk6fpc3m0vys0nh";
sha256 = "1dma067h7qj8rbcnm0n7wy3wd1clkysq9xj4kaxijbb5zrw06k3q";
}
else if stdenv.system == "i686-linux" then
fetchurl {
url = "http://dl.google.com/linux/direct/google-talkplugin_current_i386.rpm";
sha256 = "0sclsj6mcaynkw28kipgmcj6sx5vbyrz1rwwyx89ll48n46k65ya";
sha256 = "02ymhhbfby0sn9132cvdr6jp9c7sk6hfg0jwg1fc3kzjg7q3y7fs";
}
else throw "Google Talk does not support your platform.";