evolution-data-server: 3.48.2 → 3.48.3

https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.2...3.48.3
This commit is contained in:
Bobby Rong 2023-06-02 12:10:22 +00:00
parent c0273733dd
commit 75bc4c18c2
No known key found for this signature in database

View file

@ -50,13 +50,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.48.2";
version = "3.48.3";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "HzJD3xK08dMpjJl31iIaZWX9J578mE4czyVSRdBM/9U=";
sha256 = "tx5BLlL1Z8gzlLWSbfkrT09tLN3rrThKUXxyBnH62ZY=";
};
patches = [