Skip to content

Commit

Permalink
[Backport release-24.11] moodle: 4.4.4 -> 4.4.5 (#366910)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Dec 20, 2024
2 parents 19470ef + 3e89f76 commit 462926f
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 462926f

Please sign in to comment.