xdg-desktop-portal: 1.10.0 → 1.12.1

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

+3 -10
+3 -10
pkgs/development/libraries/xdg-desktop-portal/default.nix
··· 1 1 { stdenv 2 2 , lib 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , nixosTests 6 5 , substituteAll 7 6 , autoreconfHook ··· 22 21 23 22 stdenv.mkDerivation rec { 24 23 pname = "xdg-desktop-portal"; 25 - version = "1.10.1"; 24 + version = "1.12.1"; 26 25 27 26 outputs = [ "out" "installedTests" ]; 28 27 ··· 30 29 owner = "flatpak"; 31 30 repo = pname; 32 31 rev = version; 33 - sha256 = "Q1ZP/ljdIxJHg+3JaTL/LIZV+3cK2+dognsTC95udVA="; 32 + sha256 = "1fc3LXN6wp/zQw4HQ0Q99HUvBhynHrQi2p3s/08izuE="; 34 33 }; 35 34 36 35 patches = [ ··· 39 38 src = ./fix-paths.patch; 40 39 inherit flatpak; 41 40 }) 42 - # Fixes the issue in https://github.com/flatpak/xdg-desktop-portal/issues/636 43 - # Remove it when the next stable release arrives 44 - (fetchpatch { 45 - url = "https://github.com/flatpak/xdg-desktop-portal/commit/d7622e15ff8fef114a6759dde564826d04215a9f.patch"; 46 - sha256 = "sha256-vmfxK4ddG6Xon//rpiz6OiBsDLtT0VG5XyBJG3E4PPs="; 47 - }) 48 41 ]; 49 42 50 43 nativeBuildInputs = [ ··· 84 77 85 78 meta = with lib; { 86 79 description = "Desktop integration portals for sandboxed apps"; 87 - license = licenses.lgpl21; 80 + license = licenses.lgpl2Plus; 88 81 maintainers = with maintainers; [ jtojnar ]; 89 82 platforms = platforms.linux; 90 83 };