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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-talk-plugin-${version}";
|
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";
|
version = "3.10.2.0";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user