paperless-ngx: 2.18.1 -> 2.28.2

Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.18.2
This commit is contained in:
Sandro Jäckel
2025-08-23 20:09:18 +02:00
parent d69cda222b
commit c29a92fb46
+2 -2
View File
@@ -29,13 +29,13 @@
xorg,
}:
let
version = "2.18.1";
version = "2.18.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-POHF00cV8pl6i1rcwxtZ+Q1AlLybDj6gSlL0lPwSSCo=";
hash = "sha256-JaDeOiubu9VE8E/u2K9BS7GLNSTqXTcX926WhPMGd64=";
};
python = python3.override {