remove user_oidc package from nextcloud apps

main
LeRoyce Pearson 2024-01-11 23:10:29 -07:00
parent 64677e8d5c
commit 4c1a356491
1 changed files with 0 additions and 7 deletions

View File

@ -411,13 +411,6 @@
license = "agpl3Plus"; license = "agpl3Plus";
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz"; url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz";
}; };
user_oidc = pkgs.fetchNextcloudApp {
appName = "user_oidc";
appVersion = "1.3.5";
sha256 = "sha256-G4/d5Q/ac3XBT6EJY2a0b74yzIHztGg0P/ZwOxLe3F4=";
license = "agpl3Plus";
url = "https://github.com/nextcloud/user_oidc/archive/refs/tags/v1.3.5.tar.gz";
};
}; };
}; };
services.phpfpm.pools.nextcloud.settings = { services.phpfpm.pools.nextcloud.settings = {