Fixed dns on dimondback and stargate

This commit is contained in:
Aleksandr Lebedev 2025-12-06 18:46:20 +01:00
parent 3cf8570595
commit d456e1716b
4 changed files with 8 additions and 5 deletions

View file

@ -15,13 +15,13 @@ with lib;
with lib.custom; let
# find link here: https://apps.nextcloud.com/
intros = pkgs.fetchNextcloudApp {
sha256 = "sha256-qcr81qUd3Sd7nTzoDoc63IXiVXlyZ/s+3RMCAxbMoTo=";
url = "https://packages.framasoft.org/projects/nextcloud-apps/intros/intros-1.2.0-frama.tar.gz";
sha256 = "sha256-nWvzJ71axWNP9gFD2LaHIq/jS4OqvoceBJv57gDce+o=";
url = "https://packages.framasoft.org/projects/nextcloud-apps/intros/intros-1.2.1.tar.gz";
license = "gpl3";
};
external = pkgs.fetchNextcloudApp {
sha256 = "sha256-xVrnahqgXIXjk9gukrFgpwZiT2poUIDl83xV8hXPisw=";
url = "https://github.com/nextcloud-releases/external/releases/download/v6.0.2/external-v6.0.2.tar.gz";
sha256 = "sha256-Z+Tt4KtNlHerTG8OyKFcS+lLOX7MIzKdtIX+OxidJGw=";
url = "https://github.com/nextcloud-releases/external/releases/download/v7.0.0/external-v7.0.0.tar.gz";
license = "gpl3";
};
welcome = pkgs.fetchNextcloudApp {