Skip to content

Commit b288842

Browse files
committed
1 parent 6b65937 commit b288842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/po/pocket-casts/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildNpmPackage rec {
1212
pname = "pocket-casts";
13-
version = "0.10.2";
13+
version = "0.10.3";
1414

1515
src = fetchFromGitHub {
1616
owner = "felicianotech";
1717
repo = "pocket-casts-desktop-app";
1818
rev = "v${version}";
19-
hash = "sha256-qXwLnAp8GxOBnPy5uM/Y4dKlALRLo9Hs2p8/WSJcAyE=";
19+
hash = "sha256-IhH5nZ2kXVW2D8cMmVyMX4xZLnzfMAp2gwQgZgHOItY=";
2020
};
2121

22-
npmDepsHash = "sha256-HU+jfp+Rmw78wTSA0m9Q6EW6+bw84+MEnnSaPnKqqIo=";
22+
npmDepsHash = "sha256-oLZ81SA+eO20sUc2cwba3cc6vu1Qf/lNkIfzK2CQdrw=";
2323

2424
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
2525

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ with pkgs;
23752375
patool = with python3Packages; toPythonApplication patool;
23762376

23772377
pocket-casts = callPackage ../by-name/po/pocket-casts/package.nix {
2378-
electron = electron_34;
2378+
electron = electron_35;
23792379
};
23802380

23812381
pixcat = with python3Packages; toPythonApplication pixcat;

0 commit comments

Comments
 (0)