fix wrong wiki plugin version

This commit is contained in:
hackens server 2023-01-13 13:47:35 +01:00
parent 75fd47230d
commit b6e90593a1

View file

@ -36,12 +36,10 @@
(pkgs.stdenv.mkDerivation { (pkgs.stdenv.mkDerivation {
name = "commonmark"; name = "commonmark";
# Download the theme from the dokuwiki site # Download the theme from the dokuwiki site
src = pkgs.fetchFromGitHub { src = pkgs.fetchzip {
owner = "clockoon"; url = "https://github.com/clockoon/dokuwiki-plugin-commonmark/releases/download/v1.2.1/release.tar.gz";
repo = "dokuwiki-plugin-commonmark"; sha256 = "sha256-3fpN7SSDDQ3QAmzRuG5UMYrtGeL3ogiooPKc6g1gxRg=";
rev = "v1.2.1"; };
hash = "sha256-epqyrKlubDY/vq/1IWbPyuMwLZ2TcH47MPW0aywwiyE=";
};
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out
cp -R * $out/ cp -R * $out/