···51 # You can get the upstream version and SHA-1 hash from the following URLs:
52 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/Packages | grep -E 'Version|SHA1'
53 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages | grep -E 'Version|SHA1'
54- version = "5.41.0.0";
5556 src =
57 if stdenv.system == "x86_64-linux" then
58 fetchurl {
59 url = "${baseURL}/google-talkplugin_${version}-1_amd64.deb";
60- sha1 = "1c3cc0411444587b56178de4868eb5d0ff742ec0";
61 }
62 else if stdenv.system == "i686-linux" then
63 fetchurl {
64 url = "${baseURL}/google-talkplugin_${version}-1_i386.deb";
65- sha1 = "0d31d726c5e9a49917e2749e73386b1c0fdcb376";
66 }
67 else throw "Google Talk does not support your platform.";
68
···51 # You can get the upstream version and SHA-1 hash from the following URLs:
52 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/Packages | grep -E 'Version|SHA1'
53 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages | grep -E 'Version|SHA1'
54+ version = "5.41.3.0";
5556 src =
57 if stdenv.system == "x86_64-linux" then
58 fetchurl {
59 url = "${baseURL}/google-talkplugin_${version}-1_amd64.deb";
60+ sha1 = "0bbc3d6997ba22ce712d93e5bc336c894b54fc81";
61 }
62 else if stdenv.system == "i686-linux" then
63 fetchurl {
64 url = "${baseURL}/google-talkplugin_${version}-1_i386.deb";
65+ sha1 = "6eae0544858f85c68b0cc46d7786e990bd94f139";
66 }
67 else throw "Google Talk does not support your platform.";
68