evolution-data-server: 3.20.4 -> 3.20.5

This commit is contained in:
Damien Cassou 2016-08-12 12:14:06 +02:00
parent 182083c68e
commit 05ffaa5df1

View File

@ -1,11 +1,10 @@
# Autogenerated by maintainers/scripts/gnome.sh update # Autogenerated by maintainers/scripts/gnome.sh update
fetchurl: rec { fetchurl: {
major = "3.20"; name = "evolution-data-server-3.20.5";
name = "evolution-data-server-${major}.4";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${major}/${name}.tar.xz"; url = mirror://gnome/sources/evolution-data-server/3.20/evolution-data-server-3.20.5.tar.xz;
sha256 = "03h81dnk34b3xf2065rymr1jd7as4dmpd89hyf380c5np36f6l7j"; sha256 = "0d1586cd326d997497a2a6fddd939a83892be07cb20f8c88fda5013f8c5bbe7e";
}; };
} }