xdg-desktop-portal-gtk: 1.12.0 → 1.14.0

https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.14.0
This commit is contained in:
Jan Tojnar 2022-04-29 17:23:58 +02:00
parent c3b07a052f
commit 7ccc126424

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-gtk";
version = "1.12.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "flatpak";
repo = pname;
rev = version;
sha256 = "I1ZoDqZQPfPwPr4Ybk+syz+YEkrK2ReflZaJJWD4Nsk=";
sha256 = "I9xQgiE3lNb2vRodO5R1y40lqoOKzALskrVePidant4=";
};
nativeBuildInputs = [