pantheon.xdg-desktop-portal-pantheon: 8.1.0 -> 8.2.0 (#517571)

This commit is contained in:
Bobby Rong
2026-05-08 14:59:30 +00:00
committed by GitHub
@@ -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
];