mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
gnome.gnome-contacts: 42.0 → 43.alpha
https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/42.0...43.alpha Changelog-Reviewed-By: jtojnar
This commit is contained in:
parent
50c6895e77
commit
1b40a0e01f
@ -10,7 +10,7 @@
|
||||
, desktop-file-utils
|
||||
, gtk4
|
||||
, glib
|
||||
, libportal
|
||||
, libportal-gtk4
|
||||
, gnome-desktop
|
||||
, gnome-online-accounts
|
||||
, wrapGAppsHook
|
||||
@ -27,11 +27,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-contacts";
|
||||
version = "42.0";
|
||||
version = "43.alpha";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "iALDj9wj9SjawSj1O9zx9sow4OHGhIxCzWyEpeIsUhY=";
|
||||
sha256 = "KnVZ8EO94HpdRtPQL+gUNoddrBr375efNJwsJrZkfeQ=";
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [
|
||||
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gtk4
|
||||
glib
|
||||
libportal
|
||||
libportal-gtk4
|
||||
evolution-data-server
|
||||
gsettings-desktop-schemas
|
||||
folks
|
||||
|
Loading…
Reference in New Issue
Block a user