about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2024-02-10 22:54:34 +0000
committerGitHub <noreply@github.com>2024-02-10 22:54:34 +0000
commit468324ce94589f1b36457d114103acc04391b4d8 (patch)
treec8be6777c2e70d2be8397330633a50c97d9e1f0e /pkgs/applications/office
parentabeda07c6363b6fa86c7733a0bae104431f014f8 (diff)
parent61c77eadfb381a67036cdf336450eb7df7339e0d (diff)
downloadnixlib-468324ce94589f1b36457d114103acc04391b4d8.tar
nixlib-468324ce94589f1b36457d114103acc04391b4d8.tar.gz
nixlib-468324ce94589f1b36457d114103acc04391b4d8.tar.bz2
nixlib-468324ce94589f1b36457d114103acc04391b4d8.tar.lz
nixlib-468324ce94589f1b36457d114103acc04391b4d8.tar.xz
nixlib-468324ce94589f1b36457d114103acc04391b4d8.tar.zst
nixlib-468324ce94589f1b36457d114103acc04391b4d8.zip
Merge pull request #287863 from leona-ya/paperless-ngx-2.5.0
paperless-ngx: 2.4.3 -> 2.5.0
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 94b4ac77b68a..e2f71ff83b0f 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -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