BitlBee 3.0.3.

svn path=/nixpkgs/trunk/; revision=27985
This commit is contained in:
Ludovic Courtès 2011-07-28 12:08:08 +00:00
parent 3c05ad236d
commit e7349f4329

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, gnutls, glib, pkgconfig, check, libotr }:
stdenv.mkDerivation rec {
name = "bitlbee-3.0.1";
name = "bitlbee-3.0.3";
src = fetchurl {
url = "mirror://bitlbee/src/${name}.tar.gz";
sha256 = "027n5f0phjr5fcrphbcflqv8hlkv5qnrpc1xgr09qjyv6mxp72j0";
sha256 = "09dgwfqznd2cnqraksivmh132nnl99gwgplynjmfsyyf6y4pbjl2";
};
buildInputs = [ gnutls glib pkgconfig libotr ]