Merge pull request #302562 from SuperSandro2000/paperless-ngx

paperless-ngx: 2.7.1 -> 2.7.2
This commit is contained in:
Leona Maroni 2024-04-08 19:27:13 +02:00 committed by GitHub
commit 41ea0bbbd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@
}:
let
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-k19dQeXuPwggTfrsxL4oesExAz4tkT/GN6lt7sLU3Nk=";
hash = "sha256-vXW2d45Mth3Y95xPPH8bFjVLWVdUl+WuvSXJyPD3FyU=";
};
# subpath installation is broken with uvicorn >= 0.26