gnome.gnome-maps: 45.3 → 45.4

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v45.3...v45.4
This commit is contained in:
Bobby Rong 2024-02-10 12:43:37 +00:00
parent cae23c3edb
commit 1182a3e5b6
No known key found for this signature in database

View File

@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-maps";
version = "45.3";
version = "45.4";
src = fetchurl {
url = "mirror://gnome/sources/gnome-maps/${lib.versions.major finalAttrs.version}/gnome-maps-${finalAttrs.version}.tar.xz";
hash = "sha256-Lxs6DZZC+MOwyyi3v1ZCgqwspdbE4MBe5gCy9EfxYCo=";
hash = "sha256-3RV6vqKpGJuOL6jiHh9WV9Z06dJ+8fpj1la/TPCoYLc=";
};
doCheck = true;