Skip to content

Commit

Permalink
modules (nextcloud): Update News release 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 20, 2024
1 parent 9849ed4 commit 1a15abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nextcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ in {
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) bookmarks calendar contacts cookbook deck notes;
news = pkgs.fetchNextcloudApp {
url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha14/news.tar.gz";
sha256 = "sha256-WUy/F4KyyefHZf0qsthmyJvSufKvS+xFbcUuXJBTeF8=";
url = "https://github.com/nextcloud/news/releases/download/25.0.0/news.tar.gz";
sha256 = "sha256-DNbHfRstY6C7UhdsyW3VvuzNHmMt/qJ/5dDrLQYqtN8=";
license = "agpl3Plus";
};
integration_google = pkgs.fetchNextcloudApp {
Expand Down

0 comments on commit 1a15abb

Please sign in to comment.