mirror of
https://gitlab.com/khumba/nvd.git
synced 2024-11-23 13:21:46 +01:00
Update the URL of the version comparison algoithm.
This commit is contained in:
parent
a8c1d6fa00
commit
8c8c662d87
1 changed files with 1 additions and 1 deletions
2
src/nvd
2
src/nvd
|
@ -125,7 +125,7 @@ class StorePath:
|
||||||
return StorePath(os.path.join(*self._path.parts[0:4]))
|
return StorePath(os.path.join(*self._path.parts[0:4]))
|
||||||
|
|
||||||
# For the version comparison algorithm, see:
|
# 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:
|
class VersionChunk:
|
||||||
def __init__(self, chunk_value: Union[int, str]):
|
def __init__(self, chunk_value: Union[int, str]):
|
||||||
|
|
Loading…
Reference in a new issue