paperless-ngx: 2.11.0 -> 2.11.2

This commit is contained in:
Sandro Jäckel
2024-08-01 00:02:10 +02:00
parent 2506c28028
commit 0eb0cd7db7
@@ -24,13 +24,13 @@
}:
let
version = "2.11.0";
version = "2.11.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-lKPjvWc6FcEOwDgIUW8Eki8h8C19G618o1rhXnrlw/E=";
hash = "sha256-2VmV8Z8TDacc4qZePG87ZgnBydLdm+anpmk8gFKbSLM=";
};
# subpath installation is broken with uvicorn >= 0.26