paperless-ngx: 2.20.3 -> 2.20.4 (#480318)

This commit is contained in:
Sandro
2026-01-15 13:47:08 +00:00
committed by GitHub
+2 -2
View File
@@ -30,13 +30,13 @@
xorg,
}:
let
version = "2.20.3";
version = "2.20.4";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-aAcE0AUkB5SS4jwFOKCM7+iqc7EqGJv0qjqz0mnj2Wo=";
hash = "sha256-xWyYisSJ5FKU+ZFrCtjo94TjqXCzHDVdPAISMTX0Tt8=";
};
python = python3.override {