mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cwtch-ui: pin in flutter329
This commit is contained in:
parent
58d68d1602
commit
348f651619
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
cwtch,
|
||||
fetchgit,
|
||||
flutter,
|
||||
flutter329,
|
||||
lib,
|
||||
tor,
|
||||
}:
|
||||
|
@ -10,7 +10,7 @@ let
|
|||
tor
|
||||
];
|
||||
in
|
||||
flutter.buildFlutterApplication rec {
|
||||
flutter329.buildFlutterApplication rec {
|
||||
pname = "cwtch-ui";
|
||||
version = "1.15.5";
|
||||
# This Gitea instance has archive downloads disabled, so: fetchgit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue