paperless-ngx: 1.14.0 -> 1.14.2

Various smaller fixes of bugs introduced around the new permissions
feature. Exhaustive lists are available at
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.14.1
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.14.2
This commit is contained in:
Moritz 'e1mo' Fromm 2023-04-28 14:52:34 +02:00
parent 76a85de7a7
commit a29105187b
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1

View File

@ -17,13 +17,13 @@
}:
let
version = "1.14.0";
version = "1.14.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-O1Miy0GV34YbE1UrLUWZsatpWyfzFLGvX6fQUJnwbuE=";
hash = "sha256-QpSp+8gsFApp4i4PajAQHHYZgwej/gusAw4J3Zetk4M=";
};
# Use specific package versions required by paperless-ngx