xdg-desktop-portal: 1.15.0 → 1.16.0

https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.16.0

SUMMARY: total=6; passed=4; skipped=0; failed=2; user=1.1s; system=0.9s; maxrss=26012
FAIL: xdg-desktop-portal/test-portals.test (Child process killed by signal 6)
FAIL: xdg-desktop-portal/test-document-fuse.sh.test (Child process killed by signal 9)
This commit is contained in:
Jan Tojnar 2022-12-15 02:39:42 +01:00
parent d70098ec63
commit 94cc90f0d1

View File

@ -27,7 +27,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal";
version = "1.15.0";
version = "1.16.0";
outputs = [ "out" "installedTests" ];
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "flatpak";
repo = "xdg-desktop-portal";
rev = finalAttrs.version;
sha256 = "sha256-Kw3zJeGwPfw1fDo8HsgYmrpgCk/PUvWZPRloKJNAJVc=";
sha256 = "sha256-5VNauinTvZrSaQzyP/quL/3p2RPcTJUDLscEQMJpvYA=";
};
patches = [