lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

moodle: 4.5.3 -> 5.0

+2 -2
+2 -2
pkgs/servers/web-apps/moodle/default.nix
··· 8 8 }: 9 9 10 10 let 11 - version = "4.5.3"; 11 + version = "5.0"; 12 12 13 13 versionParts = lib.take 2 (lib.splitVersion version); 14 14 # 4.2 -> 402, 3.11 -> 311 ··· 95 95 96 96 src = fetchurl { 97 97 url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz"; 98 - hash = "sha256-xFqRM/g4OCPH7EkfDU3LYDZRSTqbdc6jA+nYsSH2K+0="; 98 + hash = "sha256-8o9qRRdGkdLs0ZsHP8Hjv4LATKmXNwBY3yny+cQz2Z4="; 99 99 }; 100 100 101 101 phpConfig = writeText "config.php" ''