Merge pull request #289036 from leona-ya/paperless-2.5.2
paperless-ngx: 2.5.0 -> 2.5.2
This commit is contained in:
commit
acb351d49b
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "2.5.0";
|
||||
version = "2.5.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-f9XMGGNr4qA/twp7Kbv/34mvgNQT+KZ1rYre1BXVWw0=";
|
||||
hash = "sha256-v6k9clKNBNb2MQp0BTrUL9zfY6SUKfzaaOycmV8RKyk=";
|
||||
};
|
||||
|
||||
python = python3;
|
||||
|
|
Loading…
Reference in a new issue