Skip to content

Commit

Permalink
{webcord, webcord-vencord}: pin electron_33
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jan 19, 2025
1 parent daa15f0 commit baf60dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15705,9 +15705,9 @@ with pkgs;

webcamoid = libsForQt5.callPackage ../applications/video/webcamoid { };

webcord = callPackage ../by-name/we/webcord/package.nix { electron = electron; };
webcord = callPackage ../by-name/we/webcord/package.nix { electron = electron_33; };

webcord-vencord = callPackage ../by-name/we/webcord-vencord/package.nix { electron = electron_31; };
webcord-vencord = callPackage ../by-name/we/webcord-vencord/package.nix { electron = electron_33; };

webmacs = libsForQt5.callPackage ../applications/networking/browsers/webmacs {
stdenv = if stdenv.cc.isClang then gccStdenv else stdenv;
Expand Down

0 comments on commit baf60dc

Please sign in to comment.