xdg-desktop-portal: 1.18.1 -> 1.18.2

Changes: https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.18.2
(cherry picked from commit f82f2cc1de)
This commit is contained in:
Sergei Trofimovich
2023-11-26 09:47:38 +00:00
committed by Thomas Gerbet
parent d0379ebe1a
commit e6d9dc40d1

View File

@@ -31,7 +31,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal";
version = "1.18.1";
version = "1.18.2";
outputs = [ "out" "installedTests" ];
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "flatpak";
repo = "xdg-desktop-portal";
rev = finalAttrs.version;
sha256 = "sha256-S4I578gX1ONbixWGcQLY3WqzACoVfAtLuOFBhh36hFY=";
hash = "sha256-Pd5IKrVp/OOE10Ozy4R3XbubVc6iz0znG+YB0Uu+68E=";
};
patches = [