nextcloud: updated oidc_login
This commit is contained in:
parent
1d571d1486
commit
bb68927c6e
1 changed files with 2 additions and 2 deletions
|
@ -142,10 +142,10 @@ in {
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks gpoddersync;
|
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks gpoddersync;
|
||||||
oidc_login = let
|
oidc_login = let
|
||||||
version = "3.2.0";
|
version = "3.2.2";
|
||||||
# TODO(eyJhb): add to niv
|
# TODO(eyJhb): add to niv
|
||||||
in pkgs.fetchNextcloudApp {
|
in pkgs.fetchNextcloudApp {
|
||||||
sha256 = "sha256-DrbaKENMz2QJfbDKCMrNGEZYpUEvtcsiqw9WnveaPZA=";
|
sha256 = "sha256-RLYquOE83xquzv+s38bahOixQ+y4UI6OxP9HfO26faI=";
|
||||||
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v${version}/oidc_login.tar.gz";
|
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v${version}/oidc_login.tar.gz";
|
||||||
license = "agpl3Only";
|
license = "agpl3Only";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue