paperless-ngx: 2.8.5 -> 2.8.6

Fixes CVE-2024-35184

Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.8.6
This commit is contained in:
Sandro Jäckel 2024-05-17 19:36:44 +02:00
parent 5f9ea7a0d9
commit c66a2b538e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -24,13 +24,13 @@
}:
let
version = "2.8.5";
version = "2.8.6";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-ggPT+XIRVEvc8/q1ifoeBSWv3KqcpUaDtV6fo9n3XQ4=";
hash = "sha256-Jcy/nds/JuivRV8mRtq2FbBB2L/CGqmoHoG1wVCwHFU=";
};
# subpath installation is broken with uvicorn >= 0.26