wiki-js: 2.5.307 -> 2.5.308 (#434537)

This commit is contained in:
Wolfgang Walther
2025-08-24 16:41:53 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "wiki-js";
version = "2.5.307";
version = "2.5.308";
src = fetchurl {
url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz";
sha256 = "sha256-wElXBEVLqrK+WtsCUw1IefWBqG6d6LP0eVylPb4qXY0=";
sha256 = "sha256-DvMkzGET5UcnmWcBmhiFk4MictkE3LYa621QWxBu190=";
};
# Unpack the tarball into a subdir. All the contents are copied into `$out`.