yubioath-flutter: pin to flutter 3.19

Unable to start with flutter 3.22. See
https://github.com/NixOS/nixpkgs/issues/313292
This commit is contained in:
aleksana 2024-05-31 19:48:08 +08:00
parent 2098d845d7
commit 8e1bad9548

View File

@ -1,5 +1,5 @@
{ lib
, flutter
, flutter319
, python3
, fetchFromGitHub
, pcre2
@ -11,7 +11,7 @@
, removeReferencesTo
}:
flutter.buildFlutterApplication rec {
flutter319.buildFlutterApplication rec {
pname = "yubioath-flutter";
version = "6.4.0";