pocket-casts: 0.6.0 -> 0.7.0

This commit is contained in:
ciferkey
2023-11-02 11:04:07 +01:00
committed by Yaya
parent 96ed726012
commit c196e4741b
2 changed files with 3 additions and 3 deletions
@@ -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
View File
@@ -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 { };