gnome.gnome-maps: 43.2 → 43.3

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v43.2...v43.3
This commit is contained in:
Bobby Rong 2023-01-12 12:32:15 +00:00
parent c492cff0a7
commit 55ec3d47b9
No known key found for this signature in database

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "gnome-maps";
version = "43.2";
version = "43.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-wCIdJQvkXqNulxrmO/3pcaRhRclnscZZ6WxbBypxVR0=";
sha256 = "sha256-iVUelLEnEwXP/yBLRMGDZyZ3gaV9LMt7b3u6Yo4JxRE=";
};
doCheck = true;