gnome.gnome-maps: 44.2 → 44.3

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v44.2...v44.3
This commit is contained in:
Bobby Rong 2023-07-02 02:50:08 +00:00
parent d18d1d0cb0
commit 1cf0a60010
No known key found for this signature in database

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "gnome-maps";
version = "44.2";
version = "44.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-3Kh/hRME2zyMDIjc1t3uhOh1fWH6k+FeLkyf4W3RjpI=";
sha256 = "sha256-O+E7Ie66mp2jDmnfFtcYvrEw7b+9QG649AK/6hdBJgI=";
};
doCheck = true;