fluffychat: pin to flutter 3.19

Upstream still builds with flutter 3.19.6 in release 1.20.0, and I'm
having graphical issues (black window on some pages) using flutter 3.22.
This commit is contained in:
aleksana 2024-05-31 19:48:21 +08:00
parent 8e1bad9548
commit fa12dda70e

View File

@ -4,7 +4,7 @@
, imagemagick
, mesa
, libdrm
, flutter
, flutter319
, pulseaudio
, makeDesktopItem
, gnome
@ -16,7 +16,7 @@ let
libwebrtcRpath = lib.makeLibraryPath [ mesa libdrm ];
pubspecLock = lib.importJSON ./pubspec.lock.json;
in
flutter.buildFlutterApplication (rec {
flutter319.buildFlutterApplication (rec {
pname = "fluffychat-${targetFlutterPlatform}";
version = "1.20.0";