dokuwiki: 2024-02-06b -> 2025-05-14a (#412969)

This commit is contained in:
Wolfgang Walther 2025-06-01 16:26:19 +00:00 committed by GitHub
commit dbf34704e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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