paperless-ngx: 1.16.3 -> 1.16.5
This commit is contained in:
parent
f96adcdd7d
commit
28cb82dd98
1 changed files with 3 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.16.3";
|
||||
version = "1.16.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-DudTg7d92/9WwaPtr2PrvojcGxZ8z3Z2oYA0LcrkxZI=";
|
||||
hash = "sha256-suwXFqq3QSdY0KzSpr6NKPwm6xtMBR8aP5VV3XTynqI=";
|
||||
};
|
||||
|
||||
# Use specific package versions required by paperless-ngx
|
||||
|
@ -130,6 +130,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
h11
|
||||
hiredis
|
||||
httptools
|
||||
httpx
|
||||
humanfriendly
|
||||
humanize
|
||||
hyperlink
|
||||
|
|
Loading…
Reference in a new issue