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.
This commit is contained in:
e1mo 2025-06-01 15:49:17 +02:00
parent 582681445d
commit 67da1e3518
No known key found for this signature in database
GPG key ID: 1D5D79A439E787F1

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/";
};