paperless-ngx: 2.4.3 -> 2.5.0

https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.5.0
This commit is contained in:
Leona Maroni
2024-02-10 21:39:21 +01:00
parent f8e2ebd66d
commit 61c77eadfb
@@ -22,13 +22,13 @@
}:
let
version = "2.4.3";
version = "2.5.0";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-uFaywZF1e1ELU6EcRxzMqGu3uiFK8MMfrTxb01Drd7k=";
hash = "sha256-f9XMGGNr4qA/twp7Kbv/34mvgNQT+KZ1rYre1BXVWw0=";
};
python = python3;
@@ -53,7 +53,7 @@ let
cd src-ui
'';
npmDepsHash = "sha256-4PIslsmbcET/kKLZ/gijwEyBB9zgZR6vMU9h9enzScE=";
npmDepsHash = "sha256-7//VmAgXB4H8hlalfu4JeqFDa8dj1u5Z1kbwp2Wi4cQ=";
nativeBuildInputs = [
pkg-config
@@ -123,6 +123,7 @@ python.pkgs.buildPythonApplication rec {
constantly
cryptography
dateparser
django-allauth
django-auditlog
django-celery-results
django-compression-middleware