Skip to content

Commit 5bc322d

Browse files
armijnhemelgrahamc
authored andcommittedMay 7, 2017
mediawiki: 1.27.1 -> 1.27.3
(cherry picked from commit cdebfa8)
1 parent 0b7406e commit 5bc322d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nixos/modules/services/web-servers/apache-httpd/mediawiki.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ let
8383

8484
# Unpack Mediawiki and put the config file in its root directory.
8585
mediawikiRoot = pkgs.stdenv.mkDerivation rec {
86-
name= "mediawiki-1.27.1";
86+
name= "mediawiki-1.27.3";
8787

8888
src = pkgs.fetchurl {
8989
url = "http://download.wikimedia.org/mediawiki/1.27/${name}.tar.gz";
90-
sha256 = "0sm3ymz93qragbwhzzbwq7f127mbj29inv0afg2z6p32jb1pd9h8";
90+
sha256 = "08x8mvc0y1gwq8rg0zm98wc6hc5j8imb6dcpx6s7392j5dc71m0i";
9191
};
9292

9393
skins = config.skins;

0 commit comments

Comments
 (0)
Please sign in to comment.