evolution-data-server: 3.40.4 → 3.42.0

https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/3.42.0/NEWS
This commit is contained in:
Jan Tojnar 2021-09-30 21:05:40 +00:00
parent 302360910a
commit ac38867f3d

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.40.4";
version = "3.42.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "h8GF8Yw3Jw42EZgfGb2SIayXTIB0Ysjc6QvqCHEsWAA=";
sha256 = "6P3TvEegfW+KMFK7yuiA8g9tvE9pc6jpDQAWm7mbFjU=";
};
patches = [