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 { stdenv 2 , lib 3 , fetchFromGitHub 4 - , fetchpatch 5 , nixosTests 6 , substituteAll 7 , autoreconfHook ··· 22 23 stdenv.mkDerivation rec { 24 pname = "xdg-desktop-portal"; 25 - version = "1.10.1"; 26 27 outputs = [ "out" "installedTests" ]; 28 ··· 30 owner = "flatpak"; 31 repo = pname; 32 rev = version; 33 - sha256 = "Q1ZP/ljdIxJHg+3JaTL/LIZV+3cK2+dognsTC95udVA="; 34 }; 35 36 patches = [ ··· 39 src = ./fix-paths.patch; 40 inherit flatpak; 41 }) 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 ]; 49 50 nativeBuildInputs = [ ··· 84 85 meta = with lib; { 86 description = "Desktop integration portals for sandboxed apps"; 87 - license = licenses.lgpl21; 88 maintainers = with maintainers; [ jtojnar ]; 89 platforms = platforms.linux; 90 };
··· 1 { stdenv 2 , lib 3 , fetchFromGitHub 4 , nixosTests 5 , substituteAll 6 , autoreconfHook ··· 21 22 stdenv.mkDerivation rec { 23 pname = "xdg-desktop-portal"; 24 + version = "1.12.1"; 25 26 outputs = [ "out" "installedTests" ]; 27 ··· 29 owner = "flatpak"; 30 repo = pname; 31 rev = version; 32 + sha256 = "1fc3LXN6wp/zQw4HQ0Q99HUvBhynHrQi2p3s/08izuE="; 33 }; 34 35 patches = [ ··· 38 src = ./fix-paths.patch; 39 inherit flatpak; 40 }) 41 ]; 42 43 nativeBuildInputs = [ ··· 77 78 meta = with lib; { 79 description = "Desktop integration portals for sandboxed apps"; 80 + license = licenses.lgpl2Plus; 81 maintainers = with maintainers; [ jtojnar ]; 82 platforms = platforms.linux; 83 };