paperless-ngx: 2.6.1 -> 2.6.2
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.6.2 https://github.com/paperless-ngx/paperless-ngx/compare/v2.6.1...v2.6.2
This commit is contained in:
parent
e16d9a1782
commit
0897539a66
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "2.6.1";
|
||||
version = "2.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sBzy3C59630moKuv3cmE9YI/FQkoZbF0SoSFbpJdNd8=";
|
||||
hash = "sha256-i7zQQbNF9uAmvC5qAlNKV8Ip9K6sM1xOeOV4wxe5hts=";
|
||||
};
|
||||
|
||||
python = python3;
|
||||
|
|
Loading…
Reference in a new issue