to v 1.30.0

This commit is contained in:
Winzlieb - 2022-06-17 13:58:00 +02:00
parent cf9a1325c2
commit 72b456df0f
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@
[ ({ config, pkgs, lib, ... }:
let
mediaWikiOld = pkgs.mediawiki.overrideAttrs ({pname, ...}: rec {
version = "1.29.0";
version = "1.30.0";
src = with lib; pkgs.fetchurl {
url = "https://releases.wikimedia.org/mediawiki/${versions.majorMinor version}/${pname}-${version}.tar.gz";
sha256 = "sha256-KFB1rp2LJpivTikiZEoCwW71hp6enrhvC9OlRkD1WcA=";
sha256 = "sha256-7AHS0bHfN+3cmeRdRLEi5tDG1l2dbcMUCqcjIUMQQDY=";
};
});
in