gnome.gnome-maps: 45.2 → 45.3

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v45.2...v45.3
This commit is contained in:
Bobby Rong 2024-01-07 07:18:16 +00:00
parent ab4a44cd73
commit c6a8328bcf
No known key found for this signature in database

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-maps";
version = "45.2";
version = "45.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-maps/${lib.versions.major finalAttrs.version}/gnome-maps-${finalAttrs.version}.tar.xz";
hash = "sha256-6es3CnlxtPhC+qME0xpIXb2P+K7EKnZScvL8GnqAmPI=";
hash = "sha256-Lxs6DZZC+MOwyyi3v1ZCgqwspdbE4MBe5gCy9EfxYCo=";
};
doCheck = true;