moodle: 4.5.3 -> 5.0 (#398571)

This commit is contained in:
Wolfgang Walther
2025-04-27 17:50:57 +00:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
version = "4.5.3";
version = "5.0";
versionParts = lib.take 2 (lib.splitVersion version);
# 4.2 -> 402, 3.11 -> 311
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
hash = "sha256-xFqRM/g4OCPH7EkfDU3LYDZRSTqbdc6jA+nYsSH2K+0=";
hash = "sha256-8o9qRRdGkdLs0ZsHP8Hjv4LATKmXNwBY3yny+cQz2Z4=";
};
phpConfig = writeText "config.php" ''