mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
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:
committed by
github-actions[bot]
parent
88a4b5203f
commit
56acf92e3d
@@ -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 = ".";
|
||||
|
||||
Reference in New Issue
Block a user