about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2024-06-26 00:27:37 +0200
committerGitHub <noreply@github.com>2024-06-26 00:27:37 +0200
commitb5aa796196f07eaee2bcd5676b4c23d479423fe5 (patch)
tree5aa7a4b2f10dabd3ff37daad2c98e3baa13c7ef0 /pkgs/applications
parent5d7603ab300830c3f373f93103a56f09640a9c06 (diff)
parent8a33fa640973d60e123e23651468cb52a3a748e1 (diff)
Merge pull request #322399 from SuperSandro2000/paperless-ngx
paperless-ngx: 2.10.1 -> 2.10.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index cb380c8c2193a..6aa2af7dba4c3 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -24,13 +24,13 @@
 }:
 
 let
-  version = "2.10.1";
+  version = "2.10.2";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-M1S5ebdpw11Ot4h4xvbk/rbJxXom2dZ5Of+6eOlBIuE=";
+    hash = "sha256-LwWdgoVlZjL5o+T8zzU9jkYaQbdiZokrCGn8ZTIQ4OQ=";
   };
 
   # subpath installation is broken with uvicorn >= 0.26