Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef4442e827af
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d44810fe7a2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 30, 2017

  1. Copy the full SHA
    cdebfa8 View commit details

Commits on May 7, 2017

  1. Merge pull request #25365 from armijnhemel/mediawiki

    mediawiki: 1.27.1 -> 1.27.3
    grahamc authored May 7, 2017
    Copy the full SHA
    4d44810 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
4 changes: 2 additions & 2 deletions nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
Original file line number Diff line number Diff line change
@@ -83,11 +83,11 @@ let

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

src = pkgs.fetchurl {
url = "http://download.wikimedia.org/mediawiki/1.27/${name}.tar.gz";
sha256 = "0sm3ymz93qragbwhzzbwq7f127mbj29inv0afg2z6p32jb1pd9h8";
sha256 = "08x8mvc0y1gwq8rg0zm98wc6hc5j8imb6dcpx6s7392j5dc71m0i";
};

skins = config.skins;