mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +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,
|
cwtch,
|
||||||
fetchgit,
|
fetchgit,
|
||||||
flutter,
|
flutter329,
|
||||||
lib,
|
lib,
|
||||||
tor,
|
tor,
|
||||||
}:
|
}:
|
||||||
|
@ -10,7 +10,7 @@ let
|
||||||
tor
|
tor
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
flutter.buildFlutterApplication rec {
|
flutter329.buildFlutterApplication rec {
|
||||||
pname = "cwtch-ui";
|
pname = "cwtch-ui";
|
||||||
version = "1.15.5";
|
version = "1.15.5";
|
||||||
# This Gitea instance has archive downloads disabled, so: fetchgit
|
# This Gitea instance has archive downloads disabled, so: fetchgit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue