-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dart: 2.0.0 -> 2.2.0 #60607
dart: 2.0.0 -> 2.2.0 #60607
Conversation
New versions of Dart are available that contain substantial improvements.
Any news? |
There is no maintainer in the meta, so that must not help. I suggest finding one (maybe yourself?) |
Not really necessary, no. I was just following the pattern that seemed to exist already. You think just keeping the latest would be fine? |
Speaking of which, I also need to update this to 2.6. I'll do that this weekend. |
That's my understanding of the recommended best practices. See https://nixos.org/nixpkgs/manual/#sec-versioning So unless there is value to keep various versions (for instance if several versions are popular that are incompatible) then I would say there should be only the latest version in nixpkgs. |
I'll update it, thanks! |
so this is superseded by #78475 |
Perfect, thanks! |
Motivation for this change
There are newer versions of Dart available.
Things done
Added 2.1.0, 2.1.1, 2.2.0, and the latest dev channel release of the 2.3.0 series. I'm not actually sure what the
dart_stable
,dart_old
, anddart_dev
values are for, I can't actually figure out how to use them other than the fact that they cause the corresponding versions to show up in a query. However, this means 2.2.0 shows up twice, so maybe we ought to dropdart_stable
?sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)