Merge pull request #312492 from SuperSandro2000/paperless-ngx

paperless-ngx: 2.8.5 -> 2.8.6
This commit is contained in:
Leona Maroni 2024-05-17 21:13:53 +02:00 committed by GitHub
commit 3e08211f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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