libgadu-1.11.0
svn path=/nixpkgs/trunk/; revision=29369
This commit is contained in:
parent
6e0c059235
commit
9827fd060d
@ -1,14 +1,16 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "libgadu-1.9.0";
|
name = "libgadu-1.11.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://toxygen.net/libgadu/files/libgadu-1.9.0.tar.gz;
|
url = http://toxygen.net/libgadu/files/libgadu-1.11.0.tar.gz;
|
||||||
sha256 = "1ygmda23hf7cysns9kglsiljzb4x8339n878k70yacgzm07dryhj";
|
sha256 = "045a0bd395k3ramdvlzyfx3878p42fv4r04rgasmdsm2n33wgm38";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library to deal with gadu-gadu protocol (most popular polish IM protocol)";
|
description = "A library to deal with gadu-gadu protocol (most popular polish IM protocol)";
|
||||||
homepage = http://toxygen.net/libgadu/;
|
homepage = http://toxygen.net/libgadu/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user