mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(feat): fix sha256
This commit is contained in:
parent
4198a74036
commit
efa25914cb
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue