Skip to content

Commit

Permalink
Merge pull request #119104 from LeSuisse/mediawiki-1.35.2-20.09
Browse files Browse the repository at this point in the history
[20.09] mediawiki: 1.35.1 -> 1.35.2
  • Loading branch information
aanderse committed Apr 11, 2021
2 parents a7ff7a5 + 86866b5 commit d170a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/mediawiki/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mediawiki";
version = "1.35.1";
version = "1.35.2";

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

prePatch = ''
Expand Down

0 comments on commit d170a7b

Please sign in to comment.