Skip to content

Commit

Permalink
moodle: 3.7.1 -> 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Sep 10, 2019
1 parent 8668af2 commit cb7deb3
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.1";
version = "3.7.2";
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 = "0xfriw0nfaf9hlcjviwg2acwpd192jf2ahw8sw3s6bj3pr1isxmd";
sha256 = "1mvrmpqkcz7m7yplqi0lwgnal79n747f7nwcgd2nfrvz7jv3s8ir";
};

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

0 comments on commit cb7deb3

Please sign in to comment.