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

Commits on Jan 16, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    41abb03 View commit details

Commits on Jan 17, 2021

  1. Merge pull request #109584 from LeSuisse/mediawiki-1.35.1

    mediawiki: 1.35.0 -> 1.35.1
    SuperSandro2000 authored Jan 17, 2021
    Copy the full SHA
    a303f9f 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.35.0";
version = "1.35.1";

src = with lib; fetchurl {
url = "https://releases.wikimedia.org/mediawiki/${versions.majorMinor version}/${pname}-${version}.tar.gz";
sha256 = "1m1f7yaabmfpp3ma394j9nqhx9xv47vpbc48qrbknlq3xhfvqzrs";
sha256 = "05g3mgyi789drhzk3wclkyw4f06mz21q90m2c0z6zshn98fscrcf";
};

prePatch = ''