Unverified Commit 3a0b8a54 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

moodle: 5.0.4 -> 5.1.1 (#484277)

parents c4a1ce59 aadf7384
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  version = "5.0.4";
  version = "5.1.1";

  versionParts = lib.take 2 (lib.splitVersion version);
  # 4.2 -> 402, 3.11 -> 311
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://download.moodle.org/download.php/direct/stable${stableVersion}/${pname}-${version}.tgz";
    hash = "sha256-AhW1AF6IFK3BDRQqTkJom08IwEABZdeh8r+ro4P0Res=";
    hash = "sha256-J8lFIsPD41mOYSYyUAu15Dhd58b+JovZd8byVwXKWsE=";
  };

  phpConfig = writeText "config.php" ''