alpine: update

This commit is contained in:
Tristan 2024-05-01 13:58:51 +01:00
parent 5c74190cf6
commit d1772cb4be
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
settings = { settings = {
email = "tristan@tristans.cloud"; email = "tristan@tristans.cloud";
base_url = "https://vault.tristans.cloud"; base_url = "https://vault.tristans.cloud";
pinentry = lib.mkDefault "tty"; pinentry = lib.mkDefault pkgs.pinentry-tty;
}; };
}; };

View file

@ -82,12 +82,12 @@ in {
oidc_login = pkgs.fetchNextcloudApp { oidc_login = pkgs.fetchNextcloudApp {
sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI="; sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI=";
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz"; url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz";
license = "agpl3"; license = "agpl3Only";
}; };
news = pkgs.fetchNextcloudApp { news = pkgs.fetchNextcloudApp {
sha256 = "sha256-aePXUn57U+1e01dntxFuzWZ8ILzwbnsAOs60Yz/6zUU="; sha256 = "sha256-aePXUn57U+1e01dntxFuzWZ8ILzwbnsAOs60Yz/6zUU=";
url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha4/news.tar.gz"; url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha4/news.tar.gz";
license = "agpl3"; license = "agpl3Only";
}; };
}; };
maxUploadSize = "5G"; maxUploadSize = "5G";