about summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-12-25 22:56:02 +0100
committeraszlig <aszlig@nix.build>2020-12-25 22:56:02 +0100
commit4e4b499861944bd3a278459ba1b51dba090936e8 (patch)
treec4c5c5679079bd719021f45659756e936dcb9121 /pkgs/applications/audio/gpodder
parent8dbd5276fe06332a5b8e1215fd2271fb0c6df562 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/applications/audio/gpodder')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 4a21868f09727..b153298d978bc 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 = [