3
0
Fork 0
forked from mirrors/nixpkgs

Updating akonadi, because the src URL gave 404

svn path=/nixpkgs/trunk/; revision=15711
This commit is contained in:
Lluís Batlle i Rossell 2009-05-24 21:32:57 +00:00
parent eb59c50308
commit 51321bceed

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, cmake, qt4, shared_mime_info, libxslt, boost, mysql, automoc4}:
stdenv.mkDerivation {
name = "akonadi-1.1.1";
name = "akonadi-1.1.2";
src = fetchurl {
url = http://akonadi.omat.nl/akonadi-1.1.1.tar.bz2;
md5 = "2e98b42cec9ec4e60a2e3c096f1a3106";
url = http://download.akonadi-project.org/akonadi-1.1.2.tar.bz2;
sha256 = "1km5mbcsx8xbb327lbva1pm8a8mjai64kqxww1qzbxz9a20w3css";
};
buildInputs = [ cmake qt4 shared_mime_info libxslt boost mysql automoc4 ];
}