wiki-js: 2.5.303 -> 2.5.304, fix CVE-2024-45298

ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.304
(cherry picked from commit 149ed25fc2)
This commit is contained in:
Maximilian Bosch
2024-09-21 13:28:45 +02:00
committed by github-actions[bot]
parent 88a4b5203f
commit 56acf92e3d

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wiki-js";
version = "2.5.303";
version = "2.5.304";
src = fetchurl {
url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz";
sha256 = "sha256-Jpv4D+ldGPvJz+8cwNhrmC+Ii5dG0UOTC5JIWPwUzvk=";
sha256 = "sha256-w89+X3sqZPlX7EuK/g2oATHqlpx1br/Njh81vZt8zYM=";
};
sourceRoot = ".";