From 3975cf42702097f003da7910b7f56531b5ffca1b Mon Sep 17 00:00:00 2001 From: Christopher Crouse Date: Thu, 4 Jun 2026 08:57:21 +0200 Subject: [PATCH] pantheon.xdg-desktop-portal-pantheon: 8.2.0 -> 8.2.0-unstable-2026-06-04 --- .../services/xdg-desktop-portal-pantheon/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 ef63e494a253..46f3f614fabc 100644 --- a/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix +++ b/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix @@ -19,15 +19,15 @@ libx11, }: -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "xdg-desktop-portal-pantheon"; - version = "8.2.0"; + version = "8.2.0-unstable-2026-06-04"; src = fetchFromGitHub { owner = "elementary"; repo = "portals"; - tag = version; - hash = "sha256-LmPLjOZVVHKMfYTEyOH2IkB/fw47pK0VqdWrckdBQ6w="; + rev = "c5f6fa1179bfa51429ddf4b2d268c7f2295dfff8"; + hash = "sha256-gHWvY205Jy69LpNtqCr+prtalf7bSVZ971sGbhMuqnA="; }; nativeBuildInputs = [