Skip to content

Commit

Permalink
mediawiki: 1.35.1 -> 1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Apr 11, 2021
1 parent b39544b commit 86866b5
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 86866b5

Please sign in to comment.