moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725

This commit is contained in:
Graham Christensen 2016-02-27 16:54:04 -06:00
parent 1aed3948d7
commit 7df907b272

View File

@ -46,11 +46,11 @@ let
''; '';
# Unpack Moodle and put the config file in its root directory. # Unpack Moodle and put the config file in its root directory.
moodleRoot = pkgs.stdenv.mkDerivation rec { moodleRoot = pkgs.stdenv.mkDerivation rec {
name= "moodle-2.8.5"; name= "moodle-2.8.10";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://download.moodle.org/stable28/${name}.tgz"; url = "https://download.moodle.org/stable28/${name}.tgz";
sha256 = "1a159a193010cddedce10ee009184502e6f732e4d7c85167d8597fe5dff9e190"; sha256 = "0c3r5081ipcwc9s6shakllnrkd589y2ln5z5m1q09l4h6a7cy4z2";
}; };
buildPhase = buildPhase =