From 6e6448eeca3070bc8d47dbdc62b90acfbcd27de1 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 18 Dec 2025 19:11:11 +0100 Subject: [PATCH] [nextcloud] fix hash for xustom deck32 app --- machines/nextcloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index b73181a..baccf2a 100644 --- a/machines/nextcloud/configuration.nix +++ b/machines/nextcloud/configuration.nix @@ -53,7 +53,7 @@ with lib; extraApps = { inherit (config.services.nextcloud.package.packages.apps) contacts calendar polls registration collectives forms; deck = pkgs.fetchNextcloudApp { - sha256 = "sha256-1sqDmJpM9SffMY2aaxwzqntdjdcUaRySyaUDv9VHuiE="; + sha256 = "sha256-epjwIANb6vTNx9KqaG6jZc14YPoFMBTCj+/c9JHcWkA="; url = "https://link.storjshare.io/raw/jvrl62dakd6htpyxohjkiiqiw5ma/mal/deck32.tar.gz"; license = "agpl3Plus"; };