Skip to content

Commit

Permalink
moodle: 3.7.2 -> 3.7.3
Browse files Browse the repository at this point in the history
(cherry picked from commit afe2883)
  • Loading branch information
aanderse authored and bjornfor committed Nov 13, 2019
1 parent 191dc25 commit cb2cdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/moodle/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, writeText }:

let
version = "3.7.2";
version = "3.7.3";
stableVersion = builtins.substring 0 2 (builtins.replaceStrings ["."] [""] version);
in

Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://download.moodle.org/stable${stableVersion}/${pname}-${version}.tgz";
sha256 = "1mvrmpqkcz7m7yplqi0lwgnal79n747f7nwcgd2nfrvz7jv3s8ir";
sha256 = "1n82n77lw83a5wjfjbvc74h2ny2z0zkdprxk7sai88rg6rix33ak";
};

phpConfig = writeText "config.php" ''
Expand Down

0 comments on commit cb2cdab

Please sign in to comment.