Merge pull request #322399 from SuperSandro2000/paperless-ngx

paperless-ngx: 2.10.1 -> 2.10.2
This commit is contained in:
Leona Maroni 2024-06-26 00:27:37 +02:00 committed by GitHub
commit b5aa796196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@
}:
let
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-M1S5ebdpw11Ot4h4xvbk/rbJxXom2dZ5Of+6eOlBIuE=";
hash = "sha256-LwWdgoVlZjL5o+T8zzU9jkYaQbdiZokrCGn8ZTIQ4OQ=";
};
# subpath installation is broken with uvicorn >= 0.26