evolution-ews: 3.58.1 → 3.58.2

https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.58.1...3.58.2

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2025-11-27 23:06:57 +08:00
parent ba064be934
commit 0809e85a3b
+2 -2
View File
@@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "evolution-ews";
version = "3.58.1";
version = "3.58.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-EABr14/7fWQJxdAKVYvp3BkOhZS7miuXPi7AVhMWeCA=";
hash = "sha256-+m/A39F+9hpjCtM8ZFuDWMQmZ2YSbxcWs8ef79KQyPs=";
};
patches = [