paperless-ngx: 2.20.7 -> 2.20.8 (#493173)

This commit is contained in:
Sandro
2026-02-25 15:47:09 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
lndir,
}:
let
version = "2.20.7";
version = "2.20.8";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-NVlV+iHtUx05EIuHx/WePRf558DH977oZ7C8iNW0QR4=";
hash = "sha256-P+yZfCEdSDwThE48loJ234scTjfZ+wlgqO8Ecl503BI=";
};
python = python3.override {