nixosTests.dokuwiki: Fix tests

Updating the bootstrap theme (we need just any theme for testing if
themes work) fixed the issue of the failing test.

(cherry picked from commit 67da1e3518)
This commit is contained in:
e1mo 2025-06-01 15:49:17 +02:00 committed by github-actions[bot]
parent 0fcc894a93
commit 0914bf32e0

View file

@ -5,12 +5,12 @@ let
template-bootstrap3 = pkgs.stdenv.mkDerivation rec {
name = "bootstrap3";
version = "2022-07-27";
version = "2024-02-06";
src = pkgs.fetchFromGitHub {
owner = "giterlizzi";
repo = "dokuwiki-template-bootstrap3";
rev = "v${version}";
hash = "sha256-B3Yd4lxdwqfCnfmZdp+i/Mzwn/aEuZ0ovagDxuR6lxo=";
hash = "sha256-PSA/rHMkM/kMvOV7CP1byL8Ym4Qu7a4Rz+/aPX31x9k=";
};
installPhase = "mkdir -p $out; cp -R * $out/";
};