summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-02-27 16:54:04 -0600
committerGraham Christensen <graham@grahamc.com>2016-02-27 17:22:14 -0600
commit7df907b27278abc3c3b716473c188cbff5996f84 (patch)
treef812f4978de4960a9c5e28fa52f121c4272614ca /nixos/modules
parent1aed3948d7584ff594daf35dd8200e1a74f62213 (diff)
downloadnixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar.gz
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar.bz2
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar.lz
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar.xz
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.tar.zst
nixlib-7df907b27278abc3c3b716473c188cbff5996f84.zip
moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/moodle.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/moodle.nix b/nixos/modules/services/web-servers/apache-httpd/moodle.nix
index 84c8281ecd8d..87b1fba5aa10 100644
--- a/nixos/modules/services/web-servers/apache-httpd/moodle.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/moodle.nix
@@ -46,16 +46,16 @@ let
     '';
   # Unpack Moodle and put the config file in its root directory.
   moodleRoot = pkgs.stdenv.mkDerivation rec {
-    name= "moodle-2.8.5";
+    name= "moodle-2.8.10";
 
     src = pkgs.fetchurl {
       url = "https://download.moodle.org/stable28/${name}.tgz";
-      sha256 = "1a159a193010cddedce10ee009184502e6f732e4d7c85167d8597fe5dff9e190";
+      sha256 = "0c3r5081ipcwc9s6shakllnrkd589y2ln5z5m1q09l4h6a7cy4z2";
     };
 
     buildPhase =
       ''
-      ''; 
+      '';
 
     installPhase =
       ''
@@ -132,7 +132,7 @@ in
         cleartext in the Nix store!
       '';
     };
-    
+
     dbPrefix = mkOption {
       default = "mdl_";
       example = "my_other_mdl_";
@@ -158,7 +158,7 @@ in
       type = types.path;
       };
 
-    
+
     extraConfig = mkOption {
       default = "";
       example =