moodle: 3.9.1 -> 3.9.2

This commit is contained in:
freezeboy 2020-09-25 21:38:21 +02:00
parent 8db3ea1ef1
commit 53c4c7ab3a

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, writeText, plugins ? [ ] }:
let
version = "3.9.1";
version = "3.9.2";
stableVersion = builtins.substring 0 2 (builtins.replaceStrings ["."] [""] version);
in stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url =
"https://download.moodle.org/stable${stableVersion}/${pname}-${version}.tgz";
sha256 = "sha256-6QJDEInUQQSNj3kThQ65o2cT6JaRy0FrEKy+EcDMVvs=";
sha256 = "ygy9xlYs49Ga3u2Q/vqxhnDnqXsrh6YYTAtcsXF8kNo=";
};
phpConfig = writeText "config.php" ''