google-talkplugin: Note how to get latest version.
This is just in order to make it easier to determine the latest upstream version from the Packages file of Google's APT repository. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
59d79e97e8
commit
265fea5788
|
@ -45,6 +45,8 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "google-talk-plugin-${version}";
|
||||
# Use the following to determine the current upstream version:
|
||||
# curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/Packages | sed -nr 's/^Version: *([^ ]+)-1$/\1/p'
|
||||
version = "3.10.2.0";
|
||||
|
||||
src =
|
||||
|
|
Loading…
Reference in New Issue