Merge pull request #164726 from r-ryantm/auto-update/moodle

moodle: 3.11.5 -> 3.11.6

authored by ajs124 and committed by GitHub af4a0188 b7f3e499

+2 -2
+2 -2
pkgs/servers/web-apps/moodle/default.nix
··· 1 1 { lib, stdenv, fetchurl, writeText, plugins ? [ ] }: 2 2 3 3 let 4 - version = "3.11.5"; 4 + version = "3.11.6"; 5 5 stableVersion = lib.concatStrings (lib.take 2 (lib.splitVersion version)); 6 6 7 7 in stdenv.mkDerivation rec { ··· 10 10 11 11 src = fetchurl { 12 12 url = "https://download.moodle.org/stable${stableVersion}/${pname}-${version}.tgz"; 13 - sha256 = "sha256-KFitrMThEcx7pU/+jmP8casEyg6/FlhpvjfIjf31vw0="; 13 + sha256 = "sha256-g3qHYkxiXb18vJ23THUw8ej+s5SgIkJpmjQmmARwQhs="; 14 14 }; 15 15 16 16 phpConfig = writeText "config.php" ''