webcord: 4.10.2 -> 4.10.3#371819
Conversation
|
Do you think you could also look into bumping the electron version? |
Sure, do you mean to the base electron version (33.3.0)? |
|
Webcord usually doesn't play nicely with the latest electron version, but since 31 is EOL soon switching to at least electron 32 would be nice. |
I'm sorry, I can't understand: in the |
|
Apologies, I've assumed that our electron was out of date based on #370758 (comment) If you could spare the time, please try electron 33 - it would not hurt to update in advance. If not, I'll approve the package bump. |
|
Don't worry! |
065b42f to
ea2ecb7
Compare
|
@NotAShelf It seems to work without any problems. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-371819-to-release-24.11 origin/release-24.11
cd .worktree/backport-371819-to-release-24.11
git switch --create backport-371819-to-release-24.11
git cherry-pick -x ea2ecb7b18f65bf3c7e7f976d79a84b4ba8472ec |
emilylange
left a comment
There was a problem hiding this comment.
Please fix this in a follow-up PR and make sure to backport both this PR here and the follow-up PR.
electron_31 will be marked as insecure/EOL on release-24.11 as well not just unstable.
If you don't want to backport, that's fine as well and up to you to decide.
Just note that users will be presented with the error outlined in #370758 and then have to explicitly opt-into the EOL electron_31.
|
|
||
| webcamoid = libsForQt5.callPackage ../applications/video/webcamoid { }; | ||
|
|
||
| webcord = callPackage ../by-name/we/webcord/package.nix { electron = electron_32; }; |
There was a problem hiding this comment.
As per #370758 (comment), this should have been
{ electron = electron_33; };
| webcord = callPackage ../by-name/we/webcord/package.nix { electron = electron_32; }; | ||
| webcord = callPackage ../by-name/we/webcord/package.nix { electron = electron; }; | ||
|
|
||
| webcord-vencord = callPackage ../by-name/we/webcord-vencord/package.nix { electron = electron_31; }; |
There was a problem hiding this comment.
And the actual package flagged and affected by #370758 isn't webcord, it's webcord-vendord.
webcord was already at electron_32, which won't be EOL for another two months or so.
webcord-vendord on the other hand is still at electron_31.
|
I'll handle the fix shortly, might need help with the backport since I've never done tjat before. |
|
Successfully created backport PR for |
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.