paperless-ngx: 2.16.1 -> 2.16.2 (#410648)

This commit is contained in:
Sandro
2025-05-26 18:45:13 +02:00
committed by GitHub
+2 -2
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 {