xdg-desktop-portal: 1.18.0 → 1.18.1

https://github.com/flatpak/xdg-desktop-portal/compare/1.18.0...1.18.1

This has a new website.

flatpak-interfaces and sandboxed-image-validation are moved to separate meson options.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-11-12 20:46:52 +08:00 committed by Jan Tojnar
parent ecaba20e65
commit 81283429b7

View File

@ -31,7 +31,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal";
version = "1.18.0";
version = "1.18.1";
outputs = [ "out" "installedTests" ];
@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "flatpak";
repo = "xdg-desktop-portal";
rev = finalAttrs.version;
sha256 = "sha256-zp7HBqnjHVs7y6CI1LyL65/UIdxl8VgmP6DtscWYWWg=";
sha256 = "sha256-S4I578gX1ONbixWGcQLY3WqzACoVfAtLuOFBhh36hFY=";
};
patches = [
@ -132,6 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Desktop integration portals for sandboxed apps";
homepage = "https://flatpak.github.io/xdg-desktop-portal/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;