mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pocket-casts: Bump electron version to 42
Upstream already pinned Electron to 42 in their `package.json` for
v0.13.0.
(cherry picked from commit 8bb07fcc0f)
This commit is contained in:
parent
6bcdf817ea
commit
487762020e
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
|||
makeDesktopItem,
|
||||
copyDesktopItems,
|
||||
makeWrapper,
|
||||
electron_40,
|
||||
electron_42,
|
||||
}:
|
||||
let
|
||||
electron = electron_40;
|
||||
electron = electron_42;
|
||||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "pocket-casts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue