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
  • Loading branch information
yayayayaka committed Jan 8, 2025
1 parent e09d079 commit 81b2175
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 @@ -2557,7 +2557,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 81b2175

Please sign in to comment.