evolution-ews: 3.44.2 → 3.44.3

https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.44.2...3.44.3
This commit is contained in:
Jan Tojnar 2022-07-01 22:24:14 +00:00
parent 30b9214e6e
commit e88d37389c

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "evolution-ews";
version = "3.44.2";
version = "3.44.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "xXPzlxA8FybyS+Tz+f0gzrvJtEW6CysOt8lI/YQVBho=";
sha256 = "hcysooh6+FvwSORzx7bELF9WQasFpbxM/Oo04rb1vhc=";
};
nativeBuildInputs = [ cmake gettext intltool pkg-config ];