fix wrong wiki plugin version
This commit is contained in:
parent
75fd47230d
commit
b6e90593a1
1 changed files with 4 additions and 6 deletions
|
@ -36,11 +36,9 @@
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue