Skip to content

Commit

Permalink
moodle: 4.4.4 -> 4.4.5
Browse files Browse the repository at this point in the history
Undisclosed security fixes are mentioned in the release notes.

Changes:
https://moodledev.io/general/releases/4.4/4.4.5
(cherry picked from commit 2ffd9de)
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Dec 20, 2024
1 parent 6b7a142 commit d5431c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/moodle/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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" ''
Expand Down

0 comments on commit d5431c5

Please sign in to comment.