mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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:
parent
76a85de7a7
commit
a29105187b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user