Update the URL of the version comparison algoithm.

This commit is contained in:
Bryan Gardiner 2024-08-18 17:15:20 -07:00
parent a8c1d6fa00
commit 8c8c662d87
No known key found for this signature in database
GPG key ID: 53EFBCA063E6183C

View file

@ -125,7 +125,7 @@ class StorePath:
return StorePath(os.path.join(*self._path.parts[0:4]))
# For the version comparison algorithm, see:
# https://nixos.org/manual/nix/stable/#ssec-version-comparisons
# https://nix.dev/manual/nix/stable/command-ref/nix-env/upgrade#versions
class VersionChunk:
def __init__(self, chunk_value: Union[int, str]):