mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
fluffychat: lock to flutter 3.16
This commit is contained in:
parent
fcaebf4a40
commit
da5ca3e68c
@ -4,7 +4,7 @@
|
|||||||
, imagemagick
|
, imagemagick
|
||||||
, mesa
|
, mesa
|
||||||
, libdrm
|
, libdrm
|
||||||
, flutter
|
, flutter316
|
||||||
, pulseaudio
|
, pulseaudio
|
||||||
, makeDesktopItem
|
, makeDesktopItem
|
||||||
, gnome
|
, gnome
|
||||||
@ -16,7 +16,7 @@ let
|
|||||||
libwebrtcRpath = lib.makeLibraryPath [ mesa libdrm ];
|
libwebrtcRpath = lib.makeLibraryPath [ mesa libdrm ];
|
||||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||||
in
|
in
|
||||||
flutter.buildFlutterApplication (rec {
|
flutter316.buildFlutterApplication (rec {
|
||||||
pname = "fluffychat-${targetFlutterPlatform}";
|
pname = "fluffychat-${targetFlutterPlatform}";
|
||||||
version = "1.17.1";
|
version = "1.17.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user