Skip to content

Commit

Permalink
pocket-casts: update pinned electron version
Browse files Browse the repository at this point in the history
Electron 31 will be end-of-life soon, as per [release timeline].

[release timeline]: https://www.electronjs.org/docs/latest/tutorial/electron-timelines

(cherry picked from commit fac9765)
  • Loading branch information
yayayayaka authored and github-actions[bot] committed Jan 11, 2025
1 parent 34fcc8b commit 3369bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ with pkgs;
patool = with python3Packages; toPythonApplication patool;

pocket-casts = callPackage ../applications/audio/pocket-casts {
electron = electron_31;
electron = electron_32;
};

pueue = darwin.apple_sdk_11_0.callPackage ../applications/misc/pueue {
Expand Down

0 comments on commit 3369bd7

Please sign in to comment.