From e7109a915c98f778db8619b3f2209a13800dd3b4 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sun, 7 Jan 2024 15:44:24 -0700 Subject: [PATCH] fix: use correct appid for Gpodder Sync --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4aa5907..e5b120a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -304,7 +304,7 @@ autoUpdateApps.enable = true; extraApps = { - gpodderSync = pkgs.fetchNextcloudApp { + gpoddersync = pkgs.fetchNextcloudApp { appName = "Gpodder Sync"; appVersion = "3.8.2"; sha256 = "sha256-eeBvRZUDVIaym0ngfPD2d7aY3SI/7lPWkrYPnqSh5Kw=";