We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93097ab commit dc93e32Copy full SHA for dc93e32
pkgs/by-name/me/mediawiki/package.nix
@@ -2,11 +2,11 @@
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "mediawiki";
5
- version = "1.42.4";
+ version = "1.43.0";
6
7
src = fetchurl {
8
url = "https://releases.wikimedia.org/mediawiki/${lib.versions.majorMinor version}/mediawiki-${version}.tar.gz";
9
- hash = "sha256-jiCXmH1Nu6fASFP2LNo338M4GeACjKSALSXzRM/o5yc=";
+ hash = "sha256-VuCn/i/3jlC5yHs9WJ8tjfW8qwAY5FSypKI5yFhr2O4=";
10
};
11
12
postPatch = ''
0 commit comments