evolution-data-server: 3.49.3 → 3.50.0
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.49.3...3.50.0 Allows disabling tests, though I am not sure if we want that. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
1b05842700
commit
f8c9c832ce
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evolution-data-server";
|
||||
version = "3.49.3";
|
||||
version = "3.50.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchzip {
|
||||
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ZhvSPatxG/gjXqtKeFXEpZ4jA9psTKkhl9U9xTKb7hY=";
|
||||
sha256 = "JquiDXvQ0BTtC9YtX2fP9nUqK6FqvzyDHwlGdvPtsHU=";
|
||||
|
||||
postFetch = ''
|
||||
# Very dirty hack to make update script happy.
|
||||
|
|
Loading…
Reference in a new issue