moodle: 4.4.4 -> 4.4.5

Undisclosed security fixes are mentioned in the release notes.

Changes:
https://moodledev.io/general/releases/4.4/4.4.5
This commit is contained in:
Thomas Gerbet
2024-12-11 08:12:59 +01:00
parent b2e5a099a4
commit 2ffd9decdd

View File

@@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, writeText, plugins ? [ ], nixosTests }:
let
version = "4.4.4";
version = "4.4.5";
versionParts = lib.take 2 (lib.splitVersion version);
# 4.2 -> 402, 3.11 -> 311
@@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
hash = "sha256-9ZMQvv0fL6JwUD5ZJnzfzZkiGOfOV9zMc0hX3PKttBw=";
hash = "sha256-CronmobN0OFZHhMCmruPae34j1FNrvMLO02q1VlQfgY=";
};
phpConfig = writeText "config.php" ''