mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
8cc333d50f
commit
2d06eac75f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user