moodle: update to 3.9.1

use phpEnv to provide xmlrpc
This commit is contained in:
Finn Behrens
2020-07-16 23:48:08 +02:00
parent 7561a3dc4a
commit 832d2289c3
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url =
"https://download.moodle.org/stable${stableVersion}/${pname}-${version}.tgz";
sha256 = "dffe8c1ac68938f50a987b46b0bfc74f01235d0198ac96fb4fc4f1df5bd7f4ea";
sha256 = "sha256-6QJDEInUQQSNj3kThQ65o2cT6JaRy0FrEKy+EcDMVvs=";
};
phpConfig = writeText "config.php" ''