Skip to content

Commit

Permalink
Merge #229556: xdg-utils: unstable-2020-10-21 -> unstable-2022-11-06
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed May 18, 2023
2 parents b26679a + 549f616 commit 126457a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/X11/xdg-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ in

stdenv.mkDerivation rec {
pname = "xdg-utils";
version = "unstable-2020-10-21";
version = "unstable-2022-11-06";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "xdg";
repo = "xdg-utils";
rev = "d11b33ec7f24cfb1546f6b459611d440013bdc72";
sha256 = "sha256-8PtXfI8hRneEpnUvIV3M+6ACjlkx0w/NEiJFdGbbHnQ=";
rev = "8ae02631a9806da11b34cd6b274af02d28aee5da";
sha256 = "sha256-WdnnAiPYbREny633FnBi5tD9hDuF8NCVVbUaAVIKTxM=";
};

patches = lib.optionals withXdgOpenUsePortalPatch [
Expand Down

0 comments on commit 126457a

Please sign in to comment.