summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-09-27 16:33:31 -0400
committerGitHub <noreply@github.com>2016-09-27 16:33:31 -0400
commit310b3d39f71cd15152580abdeb6e27d49c230ce7 (patch)
tree52e93a15777ee9af7cd271ca1be08554b41e5cf6 /nixos
parenta6d4ea4c2c530ca68ebe0d5277b12c3e24766f6b (diff)
parent8504237863f5713b1fe16c4f6cc663c37a68ee7f (diff)
downloadnixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar.gz
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar.bz2
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar.lz
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar.xz
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.tar.zst
nixlib-310b3d39f71cd15152580abdeb6e27d49c230ce7.zip
Merge pull request #18994 from grahamc/mediawiki
mediawiki: 1.23.13 -> 1.27.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/mediawiki.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix b/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
index b4b5a6fdc07e..4f9e9f52f9e0 100644
--- a/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
@@ -83,11 +83,11 @@ let
 
   # Unpack Mediawiki and put the config file in its root directory.
   mediawikiRoot = pkgs.stdenv.mkDerivation rec {
-    name= "mediawiki-1.23.13";
+    name= "mediawiki-1.27.1";
 
     src = pkgs.fetchurl {
-      url = "http://download.wikimedia.org/mediawiki/1.23/${name}.tar.gz";
-      sha256 = "168wpf53n4ksj2g5q5r0hxapx6238dvsfng5ff9ixk6axsn0j5d0";
+      url = "http://download.wikimedia.org/mediawiki/1.27/${name}.tar.gz";
+      sha256 = "0sm3ymz93qragbwhzzbwq7f127mbj29inv0afg2z6p32jb1pd9h8";
     };
 
     skins = config.skins;