paperless-ngx: 2.20.11 -> 2.20.13 (#501945)

This commit is contained in:
Sandro
2026-03-22 22:15:04 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
lndir,
}:
let
version = "2.20.11";
version = "2.20.13";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-Bn5k6h80nSNxWYsIpqVLXp+udzxDCY8f/jbgDvyATM0=";
hash = "sha256-Oh0iFcGWsiPe7xCHw1+9z3BuWikEshVDLWeBPHrEJA0=";
};
python = python3.override {