Skip to content

webcord: 4.10.2 -> 4.10.3#371819

Merged
FliegendeWurst merged 1 commit intoNixOS:masterfrom
fccapria:webcord-update
Jan 12, 2025
Merged

webcord: 4.10.2 -> 4.10.3#371819
FliegendeWurst merged 1 commit intoNixOS:masterfrom
fccapria:webcord-update

Conversation

@fccapria
Copy link
Member

@fccapria fccapria commented Jan 7, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jan 7, 2025
@NotAShelf
Copy link
Member

NotAShelf commented Jan 7, 2025

Do you think you could also look into bumping the electron version?

@fccapria
Copy link
Member Author

fccapria commented Jan 7, 2025

Do you think you could also look into bumping the electron version?

Sure, do you mean to the base electron version (33.3.0)?

@NotAShelf
Copy link
Member

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.

@fccapria
Copy link
Member Author

fccapria commented Jan 7, 2025

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 pkgs/top-level/all-packages.nix electron already corresponds to version 32. What should I do?

@NotAShelf
Copy link
Member

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.

@fccapria
Copy link
Member Author

fccapria commented Jan 7, 2025

Don't worry!
I just built webcord with electron 33 and it seems to have no problems. Maybe I'll continue using it until tonight or tomorrow morning and if it has no problems I'll update it to electron 33 :)

@fccapria
Copy link
Member Author

fccapria commented Jan 8, 2025

@NotAShelf It seems to work without any problems.
I just bumped the electron version :)

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jan 12, 2025
@FliegendeWurst FliegendeWurst merged commit 3f54a87 into NixOS:master Jan 12, 2025
25 of 28 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jan 12, 2025

Backport failed for release-24.11, because it was unable to cherry-pick the commit(s).

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

Copy link
Member

@emilylange emilylange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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; };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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; };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@NotAShelf
Copy link
Member

I'll handle the fix shortly, might need help with the backport since I've never done tjat before.

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jan 19, 2025

Successfully created backport PR for release-24.11:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants