moodle: 4.3.2 -> 4.3.3
This commit is contained in:
parent
e72d6a1d3f
commit
0d1e594cac
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchurl, writeText, plugins ? [ ], nixosTests }:
|
{ lib, stdenv, fetchurl, writeText, plugins ? [ ], nixosTests }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.3.2";
|
version = "4.3.3";
|
||||||
|
|
||||||
versionParts = lib.take 2 (lib.splitVersion version);
|
versionParts = lib.take 2 (lib.splitVersion version);
|
||||||
# 4.2 -> 402, 3.11 -> 311
|
# 4.2 -> 402, 3.11 -> 311
|
||||||
@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
|
url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
|
||||||
hash = "sha256-CR+UVIPknk4yGqemx6V7qdCRW5uWdp2VnnxJS+I35N0=";
|
hash = "sha256-yFrD277bO25O5GeXVG4VhKO/oH9dsgqoTsrlMZoXHbI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
phpConfig = writeText "config.php" ''
|
phpConfig = writeText "config.php" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user