mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
Merge pull request #287863 from leona-ya/paperless-ngx-2.5.0
paperless-ngx: 2.4.3 -> 2.5.0
This commit is contained in:
commit
468324ce94
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue