-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wavebox: 10.114.26-2 -> 10.118.5-2 #258429
Conversation
Latest version is now 10.117.21-2. Is there a possibility of having the version be tracked automatically since I think the main changes required for the nixpkgs source is to update the version number and SHA256 value? |
Yes, that is possible with an update script. For that we will need some API to determine the latest version. |
@FliegendeWurst you can use |
Thank you for the info. Seems like a better way than what I came up with (parsing the filename of the latest download URL). Will update the script later. |
pkgs/applications/networking/instant-messengers/wavebox/default.nix
Outdated
Show resolved
Hide resolved
pkgs/applications/networking/instant-messengers/wavebox/update.sh
Outdated
Show resolved
Hide resolved
Refactor to remove let. Use nix-update in update script.
b57fe18
to
93d7c04
Compare
Description of changes
Update to latest version. It seems there is now an optional dependency on Qt 6 (Qt 5 is still required).
Fixes #254908
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)