paperless-ngx: 2.20.4 -> 2.20.5

This commit is contained in:
TornaxO7
2026-01-22 00:36:24 +01:00
committed by Sandro Jäckel
parent 7d5c9c5bd4
commit 65e7fe7be2
+2 -2
View File
@@ -30,13 +30,13 @@
xorg,
}:
let
version = "2.20.4";
version = "2.20.5";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-xWyYisSJ5FKU+ZFrCtjo94TjqXCzHDVdPAISMTX0Tt8=";
hash = "sha256-EZaAn55gilvTitAo0p7U3BeqNI9iYIWg147BbO2fp9M=";
};
python = python3.override {