gnome-maps: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v47.1...v47.2
This commit is contained in:
Bobby Rong
2024-12-01 20:39:09 +08:00
parent 9f9b49e2aa
commit 649da5fca3
+2 -2
View File
@@ -30,11 +30,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-maps";
version = "47.1";
version = "47.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-maps/${lib.versions.major finalAttrs.version}/gnome-maps-${finalAttrs.version}.tar.xz";
hash = "sha256-TwLtLo44GeWdptm0rIgA6GY1349GpHzyqv2ThsgwEwM=";
hash = "sha256-WFHnhtrsZY8h5FeiBv8KmtFlnzdBqtlJCxvzGSFU/ps=";
};
doCheck = !stdenv.hostPlatform.isDarwin;