about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorAlex Jackson <contact@ajaxbits.com>2023-12-13 12:08:35 -0600
committerAlex Jackson <contact@ajaxbits.com>2023-12-13 12:08:35 -0600
commit55262418d945ae183bb3ae8e1329afc8b76493f1 (patch)
treec9fa959c71a05408634bcdba6dfb790aacb0f2f9 /pkgs/applications/office
parent163738d06fb9975181ec4d7116d2a9d8b779db20 (diff)
paperless-ngx: 2.1.1 -> 2.1.2
Diffstat (limited to 'pkgs/applications/office')
-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 06bc88e5d0a2b..1e92978fb0cc1 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.1";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-/f0al6OyYo8FTOWiNFoKUYWpY0nz3qFOB00QKIvS3Dk=";
+    hash = "sha256-jD0dRgU/9gtNZUuTV+zkjqWb8gBnvD/AOTPucdaVKwE=";
   };
 
   python = python3;