Merge pull request #202045 from r-ryantm/auto-update/wiki-js

wiki-js: 2.5.291 -> 2.5.292
This commit is contained in:
Maximilian Bosch 2022-11-21 23:43:32 +01:00 committed by GitHub
commit f673ccc895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wiki-js"; pname = "wiki-js";
version = "2.5.291"; version = "2.5.292";
src = fetchurl { src = fetchurl {
url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz"; url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz";
sha256 = "sha256-6calNW0IVjL484BssHAu+QwVUdQ7dTvcoSgk8jqckwk="; sha256 = "sha256-45s/XvZx6WvxsxazwLpYjg6vlC07mBBxv6xNThpPFFA=";
}; };
sourceRoot = "."; sourceRoot = ".";