From 4e4b499861944bd3a278459ba1b51dba090936e8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Dec 2020 22:56:02 +0100 Subject: [PATCH] gpodder: 3.10.16 -> 3.10.17 Upstream release notes: This release restores Youtube-DL function. It also includes a lot of fixes and improvements since last release. Notably: feed update errors now only produce a single notification. See feeds in error via a warning icon next to their title. You'll get the error message in the description (also in settings for the feed in error). Signed-off-by: aszlig --- pkgs/applications/audio/gpodder/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix index 4a21868f097..b153298d978 100644 --- a/pkgs/applications/audio/gpodder/default.nix +++ b/pkgs/applications/audio/gpodder/default.nix @@ -5,14 +5,14 @@ python3Packages.buildPythonApplication rec { pname = "gpodder"; - version = "3.10.16"; + version = "3.10.17"; format = "other"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - sha256 = "0pbpaasd7kj6y25nm45y1qyb9sxd4570f7g6zkfcpf6pa3nx7qkq"; + sha256 = "0wrk8d4q6ricbcjzlhk10vrk1qg9hi323kgyyd0c8nmh7a82h8pd"; }; patches = [