pantheon.xdg-desktop-portal-pantheon: 1.1.0 -> 1.2.0

Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
R. RyanTM 2022-10-27 23:09:15 -07:00 committed by GitHub
parent 4163ce49e7
commit 3615064e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,17 +13,18 @@
, libhandy
, systemd
, vte
, xorg
}:
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "portals";
rev = version;
sha256 = "sha256-YICNOeNrpO2tJFyULjQEhZQCrrMyQau59EC7c5K9q40=";
sha256 = "sha256-DPCBC3/MJxy9d77ZYzK68FwN8kbyo7guYrkZC+onRBw=";
};
nativeBuildInputs = [
@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
libhandy
systemd
vte
xorg.libX11
];
mesonFlags = [