Merge pull request #137311 from symphorien/evolution-stable-update

[21.05] evolution, evolution-ews, evolution-data-server: backport patch release bumps
This commit is contained in:
Guillaume Girol
2021-09-14 17:21:42 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.40.2";
version = "3.40.4";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "7IKVFjnzKlzs6AqLC5qj9mt9MY4+4sHDUjTy4r3opBg=";
sha256 = "h8GF8Yw3Jw42EZgfGb2SIayXTIB0Ysjc6QvqCHEsWAA=";
};
patches = [