mcabber: 1.0.3 -> 1.0.4 for 'roster push attack'

This commit is contained in:
Graham Christensen 2016-11-30 08:23:42 -05:00
parent c0ec503dce
commit a9611a52f3
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C
1 changed files with 3 additions and 3 deletions

View File

@ -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";