(feat): fix sha256

This commit is contained in:
Harry 2024-08-17 15:37:25 +02:00
parent 4198a74036
commit efa25914cb

View file

@ -53,7 +53,6 @@
calendar calendar
previewgenerator previewgenerator
twofactor_nextcloud_notification twofactor_nextcloud_notification
photos
; ;
memories = pkgs.fetchNextcloudApp { memories = pkgs.fetchNextcloudApp {
@ -63,12 +62,13 @@
}; };
registration = pkgs.fetchNextcloudApp { registration = pkgs.fetchNextcloudApp {
sha256 = ""; sha256 = "sha256-dDaQHyHdkkd8ZammLdck2HNGqqfEaunwevdPzbWzB8Y=";
url = "https://github.com/nextcloud-releases/registration/releases/download/v2.4.0/registration-v2.4.0.tar.gz"; url = "https://github.com/nextcloud-releases/registration/releases/download/v2.4.0/registration-v2.4.0.tar.gz";
license = "agpl3Only"; license = "agpl3Only";
}; };
facerecognition = pkgs.fetchNextcloudApp { facerecognition = pkgs.fetchNextcloudApp {
sha256 = "sha256-1dfpmnyyrjyn7wbjfj3w072rzfl7zwm8ppphgsg8ampw2dy7y6yk";
url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.51/facerecognition.tar.gz"; url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.51/facerecognition.tar.gz";
license = "agpl3Only"; license = "agpl3Only";
}; };