wiki-js: 2.5.272 -> 2.5.274

ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.274
This commit is contained in:
Maximilian Bosch 2022-01-30 02:10:21 +01:00
parent 81b8c4c267
commit 9690362f62
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wiki-js";
version = "2.5.272";
version = "2.5.274";
src = fetchurl {
url = "https://github.com/Requarks/wiki/releases/download/${version}/${pname}.tar.gz";
sha256 = "sha256-30thDjmjc24tChgih0FZyIUU6/aKKl4MAD5yqn0yYa4=";
sha256 = "sha256-l3mvlC/DIJ2W3xLdwSV2gCRDdNGcg6OUW4e1IOihlyQ=";
};
sourceRoot = ".";