evolution: 3.46.3 → 3.46.4

https://gitlab.gnome.org/GNOME/evolution/-/compare/3.46.3...3.46.4
This commit is contained in:
Bobby Rong 2023-02-12 14:09:18 +00:00
parent e5530aba13
commit af9ab54357
No known key found for this signature in database

View File

@ -44,11 +44,11 @@
stdenv.mkDerivation rec {
pname = "evolution";
version = "3.46.3";
version = "3.46.4";
src = fetchurl {
url = "mirror://gnome/sources/evolution/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "riIQdCXTDRejo0w1bNpfQKrXhG12vbYINEUYtdQpwfM=";
sha256 = "eghCMc7SRaNLcT141Dp3Zgyso79S5qT1AwpqCAxpez0=";
};
nativeBuildInputs = [