about summary refs log tree commit diff
path: root/pkgs/applications/office/paperless-ngx
diff options
context:
space:
mode:
authorAlex Jackson <contact@ajaxbits.com>2023-12-08 09:14:54 -0600
committerAlex Jackson <contact@ajaxbits.com>2023-12-08 09:24:07 -0600
commit435b0778e223c4b312f4f10b97dc723ff3cddac6 (patch)
tree88fb1036380182bf60c0a3918252946b329cfe98 /pkgs/applications/office/paperless-ngx
parent0a7702e8a5e5503fd1742d851ae214004ed1bf70 (diff)
paperless-ngx: 2.1.0 -> 2.1.1
Diffstat (limited to 'pkgs/applications/office/paperless-ngx')
-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 99a669b1e4048..06bc88e5d0a2b 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.0";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-SRMrgwwRijAEO+Jv+c0la/eMB/ukEhejgs2fWUh0ynQ=";
+    hash = "sha256-/f0al6OyYo8FTOWiNFoKUYWpY0nz3qFOB00QKIvS3Dk=";
   };
 
   python = python3;