File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111buildNpmPackage 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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments