From 5588d0225d9d09eb73d64b4d53f8df84c364d310 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 22:48:11 +0100 Subject: [PATCH] typo --- 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 7382335..345095e 100644 --- a/hosts/sisyphe/features/services/nextcloud.nix +++ b/hosts/sisyphe/features/services/nextcloud.nix @@ -84,7 +84,7 @@ }; */ facerecognition = pkgs.fetchNextcloudApp { - sha256 = "0bxahi7prmkhaxfdgsl26nqjxg4h0mxjs7a3cvib9yr9hnisr9r2k"; + sha256 = "0bxahi7prmkhaxfdgsl26nqjxg4h0mxjs7a3cvib9yr9hnisr9r2"; url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.60/facerecognition.tar.gz"; license = "agpl3Only"; };