paperless-ngx: 2.19.0 -> 2.19.1 (#454742)

This commit is contained in:
Leona Maroni
2025-10-23 12:39:17 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@
xorg,
}:
let
version = "2.19.0";
version = "2.19.1";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-t2T42K+F3PaMfNDFa3NF/rAcG6izKTXMIzgD68WdVFE=";
hash = "sha256-J9e39c8AnEj+1lB+KrxsG3h4VjTo65an24IJ5mvACUE=";
};
python = python3.override {