about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2023-12-31 11:29:52 +0000
committerGitHub <noreply@github.com>2023-12-31 11:29:52 +0000
commit2749ef997c87acf503af2db5c3ff87edc7a13460 (patch)
tree0506c19b2a569d623017aecff5b8aa5b1eebda06 /pkgs/applications
parent90ea5d6f68adac863a37dad40fb2b039467f1fad (diff)
parent26d87ddf9ae4b2e9e5e99b3c6f89a51ca39e66e8 (diff)
Merge pull request #277340 from dotlambda/paperless-ngx-2.2.0
paperless-ngx: 2.1.2 -> 2.2.1
Diffstat (limited to 'pkgs/applications')
-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 1e92978fb0cc1..7cb0127706953 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -21,13 +21,13 @@
 }:
 
 let
-  version = "2.1.2";
+  version = "2.2.1";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-jD0dRgU/9gtNZUuTV+zkjqWb8gBnvD/AOTPucdaVKwE=";
+    hash = "sha256-ds/hQ0+poUTO2bnXiHvNUanVFJcxxyuW3a9Yxcq5cAg=";
   };
 
   python = python3;
@@ -52,7 +52,7 @@ let
       cd src-ui
     '';
 
-    npmDepsHash = "sha256-K7wTYGGwEhPoXdRD+4swhSlMH0iem6YkF0tjnVHh7K8=";
+    npmDepsHash = "sha256-o/inxHiOeMhQvZVcy6CM3Jy8B2sSp+8WJBknp3KVbZM=";
 
     nativeBuildInputs = [
       pkg-config