moodle: 5.0.4 -> 5.1.1

This commit is contained in:
Jason Odoom
2026-01-26 23:30:31 -05:00
parent ff5bcd5d62
commit aadf7384c4
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
version = "5.0.4";
version = "5.1.1";
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-AhW1AF6IFK3BDRQqTkJom08IwEABZdeh8r+ro4P0Res=";
hash = "sha256-J8lFIsPD41mOYSYyUAu15Dhd58b+JovZd8byVwXKWsE=";
};
phpConfig = writeText "config.php" ''