* ranger: 1.9.3 -> unstable-2023-08-23
* ranger: follow convention for unstable versions
If a package is a commit from a repository without a version assigned,
then the version attribute should be the latest upstream version
preceding that commit, followed by -unstable- and the date of the
(fetched) commit. The date must be in "YYYY-MM-DD" format.
* ranger: remove version test
* ranger: remove update note
---------
Co-authored-by: aleksana <me@aleksana.moe>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.