From 5540b81f4e114807de58840b20ec1a829f1a83da Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 22:50:26 +0100 Subject: [PATCH] fix: maybe im the problem after all --- hosts/sisyphe/features/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/nextcloud.nix b/hosts/sisyphe/features/services/nextcloud.nix index 345095e..7610a1b 100644 --- a/hosts/sisyphe/features/services/nextcloud.nix +++ b/hosts/sisyphe/features/services/nextcloud.nix @@ -84,7 +84,7 @@ }; */ facerecognition = pkgs.fetchNextcloudApp { - sha256 = "0bxahi7prmkhaxfdgsl26nqjxg4h0mxjs7a3cvib9yr9hnisr9r2"; + sha256 = "sha256-FtYItN0Iy2QpSNf0GPs7fIPYgBdEuKHJGwZ7GQNySZE="; url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.60/facerecognition.tar.gz"; license = "agpl3Only"; };