From 55ae63dad1ce4481f8c688d4659fbc3f0f0c00ef Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Thu, 17 Dec 2020 20:08:39 +0100 Subject: [PATCH] Flatpak: update GTK to 4.0 GTK 4.0 was released and now its latest git includes "fullscreen" and "flat" buttons changes I requested. Lets update our app to it :-) --- pkgs/flatpak/lib/gtk4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/flatpak/lib/gtk4.json b/pkgs/flatpak/lib/gtk4.json index 4a8da02a..6102d6eb 100644 --- a/pkgs/flatpak/lib/gtk4.json +++ b/pkgs/flatpak/lib/gtk4.json @@ -18,7 +18,7 @@ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gtk.git", - "commit": "53cd499621b5f55df658725fb4f83d365a1319ad" + "commit": "ec94ec0286041c16d6df7b496b0760a0ae0885ba" }, { "type": "patch",