paperless-ngx: 2.20.13 -> 2.20.14 (#510124)

This commit is contained in:
dotlambda
2026-04-15 22:01:35 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
lndir,
}:
let
version = "2.20.13";
version = "2.20.14";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-Oh0iFcGWsiPe7xCHw1+9z3BuWikEshVDLWeBPHrEJA0=";
hash = "sha256-xCpVABOf3rOm/PRZ5Doq8hoZVwRsII+8vFtb28eaBQ8=";
};
python = python3.override {