evolution-ews: 3.42.3 → 3.43.2

https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.42.3...3.43.2
This commit is contained in:
Jan Tojnar 2022-02-16 18:33:43 +00:00
parent 15eadc4cdd
commit e409cb6d60

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "evolution-ews";
version = "3.42.4";
version = "3.43.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "gpIW4GBXT0GCtV7Q8EfdEeK56gCACi+PJ/jbwQkVQbk=";
sha256 = "m6P26aa3DgK0hHXQLaoj5b2iEQZQcuOYBlL1ngeGxf8=";
};
nativeBuildInputs = [ cmake gettext intltool pkg-config ];