From 413b116d1a351bb234cbdb39e7252443ab61a689 Mon Sep 17 00:00:00 2001 From: Christopher Crouse Date: Thu, 7 May 2026 09:05:18 +0200 Subject: [PATCH] pantheon.xdg-desktop-portal-pantheon: 8.1.0 -> 8.2.0 --- .../services/xdg-desktop-portal-pantheon/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix b/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix index a5ebe0633133..ef63e494a253 100644 --- a/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix +++ b/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix @@ -8,24 +8,26 @@ pkg-config, vala, wrapGAppsHook4, + accountsservice, glib, granite7, gsettings-desktop-schemas, gtk4, pantheon-wayland, systemd, + libadwaita, libx11, }: stdenv.mkDerivation rec { pname = "xdg-desktop-portal-pantheon"; - version = "8.1.0"; + version = "8.2.0"; src = fetchFromGitHub { owner = "elementary"; repo = "portals"; tag = version; - hash = "sha256-e02cVUEzRGVIJQQh2bONLUhrjRfeSpYQYWup5Sn9HhM="; + hash = "sha256-LmPLjOZVVHKMfYTEyOH2IkB/fw47pK0VqdWrckdBQ6w="; }; nativeBuildInputs = [ @@ -37,12 +39,14 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + accountsservice glib granite7 gsettings-desktop-schemas gtk4 pantheon-wayland systemd + libadwaita libx11 ];