paperless-ngx: 2.13.4 -> 2.13.5
Diff: https://github.com/paperless-ngx/paperless-ngx/compare/refs/tags/v2.13.4...v2.13.5 Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.13.5
This commit is contained in:
parent
7fb7b900cd
commit
ace91b8273
@ -25,13 +25,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.13.4";
|
version = "2.13.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paperless-ngx";
|
owner = "paperless-ngx";
|
||||||
repo = "paperless-ngx";
|
repo = "paperless-ngx";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-db8omhyngvenAgfGGpMAhGkgqGug/sv7AL1G+sniM/c=";
|
hash = "sha256-AVfm5tC2+hTdEv0ildEj0El1M/sF7ftkEn3pUkG1O7Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# subpath installation is broken with uvicorn >= 0.26
|
# subpath installation is broken with uvicorn >= 0.26
|
||||||
|
Loading…
Reference in New Issue
Block a user