Merge pull request #270085 from trofi/xdg-desktop-portal-update

xdg-desktop-portal: 1.18.1 -> 1.18.2
This commit is contained in:
Pierre Bourdon 2023-11-26 17:46:33 +01:00 committed by GitHub
commit a3a38f810b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [