Unverified Commit 67d08ce9 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

pocket-casts: 0.8.0 -> 0.9.0 (#373720)

parents 67b8f2ca 6ea4c4c1
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -10,21 +10,23 @@

buildNpmPackage rec {
  pname = "pocket-casts";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "felicianotech";
    repo = "pocket-casts-desktop-app";
    rev = "v${version}";
    hash = "sha256-PwM9B2Qx4TxlcahQM/KEBTzWKc4cNrleDEYKg0m8bVE=";
    hash = "sha256-5xn2uAjqIyWKQAruHLyho72HCYpbxyWlcTQ3LXXZy6M=";
  };

  npmDepsHash = "sha256-WPuXTcHCKrwepITGtZFCIwylVAdYlI3cNsuhqx1AEYI=";
  npmDepsHash = "sha256-nfTn2rs0XGraebI0rKlTECccc7KpRXf/+qOjj/5GPAw=";

  env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";

  dontNpmBuild = true;

  makeCacheWritable = true;

  desktopItems = [
    (makeDesktopItem {
      name = pname;
+1 −1
Original line number Diff line number Diff line
@@ -2528,7 +2528,7 @@ with pkgs;
  patool = with python3Packages; toPythonApplication patool;
  pocket-casts = callPackage ../by-name/po/pocket-casts/package.nix {
    electron = electron_32;
    electron = electron_33;
  };
  pueue = darwin.apple_sdk_11_0.callPackage ../applications/misc/pueue {