Merge #242215: moodle: 4.1.3 -> 4.1.4

This commit is contained in:
Vladimír Čunát 2023-08-30 12:56:43 +02:00
commit da45825636
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, writeText, plugins ? [ ], nixosTests }:
let
version = "4.1.3";
version = "4.1.4";
versionParts = lib.take 2 (lib.splitVersion version);
# 4.2 -> 402, 3.11 -> 311
@ -14,8 +14,8 @@ in stdenv.mkDerivation rec {
inherit version;
src = fetchurl {
url = "https://download.moodle.org/stable${stableVersion}/${pname}-${version}.tgz";
hash = "sha256-JMK+nGgeBryC6I9cg1DD52gIGcPMAJ/xZxrC4a1R5Ps=";
url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
hash = "sha256-mfJV5KHOG401N8gHFWYygsRRVnlWyn0SojD1H5KAvPQ=";
};
phpConfig = writeText "config.php" ''