Merge pull request #100100 from jtojnar/xdg-desktop-portal-gtk-1.8
xdg-desktop-portal-gtk: 1.7.1 → 1.8.0
This commit is contained in:
commit
7a074c997d
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, autoreconfHook
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, libxml2
|
||||
, xdg-desktop-portal
|
||||
, gtk3
|
||||
|
@ -13,19 +13,19 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal-gtk";
|
||||
version = "1.7.1";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flatpak";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "183iha9dxmvprn99ymgz17jx1lyn1fj5jyj6ghxl716zn9mxmird";
|
||||
sha256 = "0987fwsdgkcd3mh3scvg2kyg4ay1rr5w16js4pl3pavw9yhl9lbi";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
libxml2
|
||||
pkgconfig
|
||||
pkg-config
|
||||
wrapGAppsHook
|
||||
xdg-desktop-portal
|
||||
];
|
||||
|
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Desktop integration portals for sandboxed apps";
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl21;
|
||||
license = licenses.lgpl2Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue