paperless-ngx: 2.19.2 -> 2.19.3 (#456850)

This commit is contained in:
Leona Maroni
2025-10-30 12:35:06 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@
xorg,
}:
let
version = "2.19.2";
version = "2.19.3";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-+GIDtV6jsY7ZA8CV4ZmVoffFVvaJxhfnau9vu/mr+CY=";
hash = "sha256-VhBo61jW4lZeJYJcRRuVuYbR4enpM2JD47DDDlFJuao=";
};
python = python3.override {