nixpkgs/pkgs/applications/virtualization/crosvm
Alyssa Ross c01c68bf1c crosvm.updateScript: stop trying manifest-versions
manifest-versions never seems to contain the release build any more,
so we can't use it to find the version of crosvm being served to CrOS
devices.

Instead, I've changed the update script to take the latest version of
the appropriate crosvm Chrome OS release branch.  This is the branch
that gets served.  Every release, it is branched off from the
"chromeos" branch (which is the one that passes Chrome OS QA), and
then collects any critical fixes over the lifetime of the release.

With this change, I've introduced a new, simplified versioning
scheme, e.g. 100.0.  The tip build is always 1:1 with the Chrome
version, so having both of those is redundant.  The other number is
the number of commits that have been added to the release branch after
branching from the chromeos branch, so that the number will go up if
we update to include a new commit from the same release.
2022-07-21 16:30:56 +00:00
..
Cargo.lock crosvm: 99.14468.0.0-rc1 -> 100.14526.0.0-rc1 2022-04-13 08:20:32 +00:00
default-seccomp-policy-dir.diff
default.nix crosvm.updateScript: stop trying manifest-versions 2022-07-21 16:30:56 +00:00
generate-cargo.sh crosvm.updateScript: generate Cargo.lock 2022-04-13 08:20:32 +00:00
update.py crosvm.updateScript: stop trying manifest-versions 2022-07-21 16:30:56 +00:00
upstream-info.json crosvm: 99.14468.0.0-rc1 -> 100.14526.0.0-rc1 2022-04-13 08:20:32 +00:00