paperless-ngx: 1.14.2 -> 1.14.4
Small enhancement (better keyboard nav for filter/edit dropdowns/visual changes) and various fixes: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.14.3 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.14.4
This commit is contained in:
parent
c6bc129f2f
commit
af599f5b8e
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.14.2";
|
||||
version = "1.14.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-QpSp+8gsFApp4i4PajAQHHYZgwej/gusAw4J3Zetk4M=";
|
||||
hash = "sha256-9+8XqENpSdsND6g59oJkVoCe5tJ1Pwo8HD7Cszv/t7o=";
|
||||
};
|
||||
|
||||
# Use specific package versions required by paperless-ngx
|
||||
|
@ -82,7 +82,7 @@ let
|
|||
pname = "paperless-ngx-frontend";
|
||||
inherit version src;
|
||||
|
||||
npmDepsHash = "sha256-wUlybMxnXLNmeu2z+RFFOHVEhH12XD3ZfMo5K+HSBpY=";
|
||||
npmDepsHash = "sha256-XTk4DpQAU/rI2XoUvLm0KVjuXFWdz2wb2EAg8EBVEdU=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
|
|
Loading…
Reference in a new issue