wiki-js: 2.5.292 -> 2.5.294
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.293 ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.294
This commit is contained in:
parent
9015c9f389
commit
132ac65001
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wiki-js";
|
||||
version = "2.5.292";
|
||||
version = "2.5.294";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz";
|
||||
sha256 = "sha256-45s/XvZx6WvxsxazwLpYjg6vlC07mBBxv6xNThpPFFA=";
|
||||
sha256 = "sha256-HHqXDmmTcWYRXF0GQf9QKEagYxyc1uvB7MPgLR3zALk=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
|
Loading…
Reference in a new issue