Commit c196e474 authored by ciferkey's avatar ciferkey Committed by Yaya
Browse files

pocket-casts: 0.6.0 -> 0.7.0

parent 96ed7260
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "pocket-casts";
  version = "0.6.0";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "felicianotech";
    repo = "pocket-casts-desktop-app";
    rev = "v${version}";
    sha256 = "sha256-WMv2G4b7kYnWy0pz8YyI2eTdefs1mtWau+HQLiRygjE=";
    sha256 = "sha256-d4uVeHy4/91Ki6Wk6GlOt2lcK6U+M7fOryiOYA7q/x4=";
  };

  desktopItems = [
+1 −1
Original line number Diff line number Diff line
@@ -6252,7 +6252,7 @@ with pkgs;
  pn = callPackage ../tools/text/pn { };
  pocket-casts = callPackage ../applications/audio/pocket-casts {
    electron = electron_22;
    electron = electron_27;
  };
  portal = callPackage ../tools/misc/portal { };