about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2024-01-14 22:41:37 +0000
committerGitHub <noreply@github.com>2024-01-14 22:41:37 +0000
commit093fc41d0220e2940b98e5e027c43cb61e2e69cd (patch)
tree21c9ce44e4c068a1de6f9ab7a602f030f412ef6e /pkgs/applications/office
parent6b55672bb521c6d7f4ee69f6d24fe3992f6901b1 (diff)
parentf557e05b313c7d7bbf7f82cd3fffd9f6d8cd7899 (diff)
Merge pull request #279664 from leona-ya/paperless-2.3.2
paperless-ngx: 2.2.1 -> 2.3.3
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 0e40c19fef417..ce4383c3cc967 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -21,13 +21,13 @@
 }:
 
 let
-  version = "2.2.1";
+  version = "2.3.3";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ds/hQ0+poUTO2bnXiHvNUanVFJcxxyuW3a9Yxcq5cAg=";
+    hash = "sha256-2XnOap37ZQjT0qx2ygxXo7n1HJcIEoc5TrMI1JIk4G8=";
   };
 
   python = python3;
@@ -52,7 +52,7 @@ let
       cd src-ui
     '';
 
-    npmDepsHash = "sha256-o/inxHiOeMhQvZVcy6CM3Jy8B2sSp+8WJBknp3KVbZM=";
+    npmDepsHash = "sha256-BFfbRrpF8p0AfEdl/KDWWG7qN+F9edvTW3j9jgvLIrc=";
 
     nativeBuildInputs = [
       pkg-config