You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And i've got this after nix-update -u quickwit inside root of nixpkgs repository.
--- SHOWING ERROR LOG FOR quickwit-0.6.4 ----------------------
Traceback (most recent call last):
File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main
package = update(options)
^^^^^^^^^^^^^^^
File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update
update_hash = update_version(
^^^^^^^^^^^^^^^
File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version
new_version = fetch_latest_version(
^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 125, in fetch_latest_version
raise VersionError(
nix_update.errors.VersionError: Not version matched the regex. The following versions were found:
qw-fulmicoton14
qw-meerkat
qw-guilload
qw-fulmicoton13
qw-wal
qw-airmail
qw-fulmicoton12
qw-fulmicoton11
qw-grpc-gossip
qw-fulmicoton10
not all versions/tags were listed here, probably didn't check more tags
The text was updated successfully, but these errors were encountered:
Hi, an example package i've tried to update: quickwit which have a lot of tags. However none of tags were found on first page (?) and it gives up.
modified a little update script to use regex
And i've got this after
nix-update -u quickwit
inside root of nixpkgs repository.not all versions/tags were listed here, probably didn't check more tags
The text was updated successfully, but these errors were encountered: