wiki-js: 2.5.191 -> 2.5.197

ChangeLog: https://docs.requarks.io/releases#hotfix-8-25197
This commit is contained in:
Maximilian Bosch 2021-03-27 21:09:14 +01:00
parent f3f1e16027
commit 47cc45ad77
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wiki-js";
version = "2.5.191";
version = "2.5.197";
src = fetchurl {
url = "https://github.com/Requarks/wiki/releases/download/${version}/${pname}.tar.gz";
sha256 = "sha256-lEHelZTFZxcds7t3TCMcd9b3rKdml54A0/V7gcQIyPA=";
sha256 = "sha256-0xM9BtQvSt5WkbKBri+KxB+Ghc4wgY8/TUgI6PCFmm0=";
};
sourceRoot = ".";