gnome-contacts: 48.0 → 49.beta

https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/48.0...49.beta

Co-authored-by: Bobby Rong <rjl931189261@126.com>
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:03 +01:00
co-authored by Bobby Rong
parent fbd0a3e160
commit 2b5028e89d
+4 -2
View File
@@ -3,6 +3,7 @@
stdenv,
gettext,
fetchurl,
blueprint-compiler,
evolution-data-server-gtk4,
pkg-config,
libxslt,
@@ -29,14 +30,15 @@
stdenv.mkDerivation rec {
pname = "gnome-contacts";
version = "48.0";
version = "49.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/gnome-contacts-${version}.tar.xz";
hash = "sha256-onYplbWUJ+w/GF8otVlONwd7cqcM18GSF+1jRjfswbU=";
hash = "sha256-miIJ8lAH3GpJ2IbcFkCJhgjynaWY1SOgC0zfjbP5dNY=";
};
nativeBuildInputs = [
blueprint-compiler
meson
ninja
pkg-config