paperless-ngx: 2.16.1 -> 2.16.2

changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.16.2
This commit is contained in:
Chris Moultrie 2025-05-24 18:35:44 -04:00
parent 5145e06dda
commit 6c9967ce72
No known key found for this signature in database

View file

@ -26,13 +26,13 @@
xorg,
}:
let
version = "2.16.1";
version = "2.16.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-wdcwSWaixNceVqrCXStf+0jnWbigd3k5FXRF0o2UbW0=";
hash = "sha256-w6VS3m661EvLGk1lVbTAYNzwVgXjvegn0KByGDBFjz0=";
};
python = python3.override {