paperless-ngx: 2.7.1 -> 2.7.2

Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.7.2
This commit is contained in:
Sandro Jäckel 2024-04-08 14:50:24 +02:00
parent 4d49db587d
commit 22ed2f5890
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@
}:
let
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-k19dQeXuPwggTfrsxL4oesExAz4tkT/GN6lt7sLU3Nk=";
hash = "sha256-vXW2d45Mth3Y95xPPH8bFjVLWVdUl+WuvSXJyPD3FyU=";
};
python = python3;