gnome.gnome-maps: 45.4 → 45.5

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v45.4...v45.5
This commit is contained in:
Maxine Aubrey 2024-03-03 00:56:49 +01:00
parent 2ce97c464e
commit 4e932c8506
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

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