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: 71ab7a57ff24
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7e1fde9dc0f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 18, 2019

  1. mediawiki: 1.33.0 -> 1.33.1

    aanderse committed Oct 18, 2019
    Copy the full SHA
    1fb20ea View commit details

Commits on Oct 20, 2019

  1. Merge pull request #71369 from aanderse/mediawiki

    mediawiki: 1.33.0 -> 1.33.1
    aanderse authored Oct 20, 2019
    Copy the full SHA
    c7e1fde View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/web-apps/mediawiki/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/mediawiki/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mediawiki";
version = "1.33.0";
version = "1.33.1";

src = with stdenv.lib; fetchurl {
url = "https://releases.wikimedia.org/mediawiki/${versions.majorMinor version}/${pname}-${version}.tar.gz";
sha256 = "0rydzmr64r3p5n6g8v9rifk277z1v31p82s8ka8xap8cfkca4dc3";
sha256 = "19x10vsgg2fhcpmfvdswwilqwa65byrsmzvhk2v8bsxzhp6s95vx";
};

prePatch = ''