mediawiki: 1.35.0 -> 1.35.1

Release notes: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/1.35.1/RELEASE-NOTES-1.35

Main motivation is to pull the security fixes for:
 * CVE-2020-35474
 * CVE-2020-35478
 * CVE-2020-35479
 * CVE-2020-35477
 * CVE-2020-35480
This commit is contained in:
Thomas Gerbet 2021-01-17 00:07:50 +01:00
parent e1545d42aa
commit 41abb0383c

View file

@ -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 = ''