evolution-data-server: 3.28.1 → 3.28.2

This commit is contained in:
Jan Tojnar 2018-05-08 02:36:37 +02:00
parent ffda669690
commit 44e49b9e45
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "evolution-data-server-${version}";
version = "3.28.1";
version = "3.28.2";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "12b9lfgwd57rzn9394xrbvl9ym5aqldpz9v7c9a421dsv8dgq13b";
sha256 = "1azk8zh167a6hyxzz73yh36gbpf7i52b7zi10hnnnsywh80pj6jk";
};
nativeBuildInputs = [