add fixes in order to be compatible with 24.11

This commit is contained in:
Fabian Montero 2024-11-30 20:26:05 -06:00
parent b9087c333b
commit bd18abd3e8
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
7 changed files with 15 additions and 18 deletions

View file

@ -67,8 +67,8 @@ with lib; {
ParserFunctions = null;
TemplateStyles = pkgs.fetchzip {
url = "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TemplateStyles/+archive/refs/heads/wmf/1.42.0-wmf.9.tar.gz";
sha256 = "sha256-+EOwkDU8L0qQ4Wo3WDqNug4Pyz/PUhOiHKmNcFJO4G0=";
url = "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TemplateStyles/+archive/refs/heads/wmf/1.44.0-wmf.5.tar.gz";
sha256 = "sha256-Mb8svP8zt4d1U/NHd9Dd2oUe/SksB/zKYGNYdpmrRfc=";
stripRoot = false;
};
};