evolution-data-server: update from 3.12.2 to 3.12.5

This commit is contained in:
Luca Bruno 2014-09-03 09:58:10 +02:00
parent 83832944af
commit e23504c0b2

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "evolution-data-server-3.12.2";
name = "evolution-data-server-3.12.5";
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/3.12/${name}.tar.xz";
sha256 = "91c95e17a8c1cd1086dafcd99a40bdf8f5993770f251f8b0a10e5395e3f5a3b6";
sha256 = "d3a2f832f823cb2a41467926dcaec984a15b2cb51ef89cf41267e337ca750811";
};
buildInputs = with gnome3;
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = [ maintainers.lethalman ];
};
}