mcabber: 1.0.3 -> 1.0.4 for 'roster push attack'
This commit is contained in:
parent
c0ec503dce
commit
a9611a52f3
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mcabber-${version}";
|
name = "mcabber-${version}";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mcabber.com/files/mcabber-${version}.tar.bz2";
|
url = "http://mcabber.com/files/mcabber-${version}.tar.bz2";
|
||||||
sha256 = "16hkb7v1sqp1gqj94darwwrv23alqaiqdhqjq8gjd6f3l05bprj4";
|
sha256 = "02nfn5r7cjpnacym95l6bvczii232v3x2gi79gfa9syc7w0brdk3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ncurses pkgconfig glib loudmouth libotr gpgme ];
|
buildInputs = [ openssl ncurses pkgconfig glib loudmouth libotr gpgme ];
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = "--with-openssl=${openssl.dev} --enable-modules --enable-otr";
|
configureFlags = "--with-openssl=${openssl.dev} --enable-modules --enable-otr";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://mcabber.com/;
|
homepage = http://mcabber.com/;
|
||||||
description = "Small Jabber console client";
|
description = "Small Jabber console client";
|
||||||
|
|
Loading…
Reference in New Issue