Skip to content

Commit

Permalink
mediawiki: 1.42.4 -> 1.43.0 (#369641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 21, 2025
2 parents 252bfe3 + 19a38ac commit 886a285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/mediawiki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ in
tr -dc A-Za-z0-9 </dev/urandom 2>/dev/null | head -c 64 > ${stateDir}/secret.key
fi
echo "exit( wfGetDB( DB_MASTER )->tableExists( 'user' ) ? 1 : 0 );" | \
echo "exit( wfGetDB( DB_PRIMARY )->tableExists( 'user' ) ? 1 : 0 );" | \
${php}/bin/php ${pkg}/share/mediawiki/maintenance/eval.php --conf ${mediawikiConfig} && \
${php}/bin/php ${pkg}/share/mediawiki/maintenance/install.php \
--confpath /tmp \
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/me/mediawiki/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
pname = "mediawiki";
version = "1.42.4";
version = "1.43.0";

src = fetchurl {
url = "https://releases.wikimedia.org/mediawiki/${lib.versions.majorMinor version}/mediawiki-${version}.tar.gz";
hash = "sha256-jiCXmH1Nu6fASFP2LNo338M4GeACjKSALSXzRM/o5yc=";
hash = "sha256-VuCn/i/3jlC5yHs9WJ8tjfW8qwAY5FSypKI5yFhr2O4=";
};

postPatch = ''
Expand Down

0 comments on commit 886a285

Please sign in to comment.