gnome.gnome-maps: 45.rc → 45.0

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v45.rc...v45.0

Hide the experimental vector map toggle if libshumate is compiled without vector support.

It looks like the libshumate vector renderer is experimental:
https://gitlab.gnome.org/GNOME/libshumate/-/merge_requests/87

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-18 13:40:09 +00:00 committed by Jan Tojnar
parent 8cc333d50f
commit 2d06eac75f

View File

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "gnome-maps";
version = "45.rc";
version = "45.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-NrGmjf9Jms7UKVblnPzDY4XROaMWk/2sBeIojKkLo2M=";
hash = "sha256-m2AQfDFXFiYxuVvLpkxRr0Xi1JAJRShj+E4fK81G1hA=";
};
doCheck = true;