Skip to content

Commit

Permalink
Merge pull request #287863 from leona-ya/paperless-ngx-2.5.0
Browse files Browse the repository at this point in the history
paperless-ngx: 2.4.3 -> 2.5.0
  • Loading branch information
lukegb authored Feb 10, 2024
2 parents abeda07 + 61c77ea commit 468324c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/office/paperless-ngx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -53,7 +53,7 @@ let
cd src-ui
'';

npmDepsHash = "sha256-4PIslsmbcET/kKLZ/gijwEyBB9zgZR6vMU9h9enzScE=";
npmDepsHash = "sha256-7//VmAgXB4H8hlalfu4JeqFDa8dj1u5Z1kbwp2Wi4cQ=";

nativeBuildInputs = [
pkg-config
Expand Down Expand Up @@ -123,6 +123,7 @@ python.pkgs.buildPythonApplication rec {
constantly
cryptography
dateparser
django-allauth
django-auditlog
django-celery-results
django-compression-middleware
Expand Down

0 comments on commit 468324c

Please sign in to comment.