about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-01-29 00:06:18 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-01-29 00:06:18 +0100
commit8dff0785cc6341eb8507c599e4900b74dc5eb745 (patch)
treeda1d15dcbf07349c4af86736c3d23230e4ad15ce /doc
parentdc279167b20580a12a6fd14e72d837a996f6afb1 (diff)
downloadnixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar.gz
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar.bz2
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar.lz
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar.xz
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.tar.zst
nixlib-8dff0785cc6341eb8507c599e4900b74dc5eb745.zip
docs/dart: Update unstable version example
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/dart.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/dart.section.md b/doc/languages-frameworks/dart.section.md
index 58ee2d5050ac..019765f75354 100644
--- a/doc/languages-frameworks/dart.section.md
+++ b/doc/languages-frameworks/dart.section.md
@@ -103,7 +103,7 @@ See the [Dart documentation](#ssec-dart-applications) for more details on requir
 
 flutter.buildFlutterApplication {
   pname = "firmware-updater";
-  version = "unstable-2023-04-30";
+  version = "0-unstable-2023-04-30";
 
   # To build for the Web, use the targetFlutterPlatform argument.
   # targetFlutterPlatform = "web";