about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2024-03-11 21:34:08 +0100
committerGitHub <noreply@github.com>2024-03-11 21:34:08 +0100
commiteac1b02ae8b6fe0dbb89add5342b3b8779fac50a (patch)
treeef11107afb0389fb6b1dc9e9520e361fb071718e /pkgs/applications
parent12ee5fb27165a9862d9f2c63bd9427316a46e8b2 (diff)
parent0897539a66398a6b048371586c0e565348196743 (diff)
Merge pull request #295095 from robsliwi/chore/bump-paperless-ngx
paperless-ngx: 2.6.1 -> 2.6.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 0f77fd1cf358e..367d4ebaf5b6c 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -22,13 +22,13 @@
 }:
 
 let
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-sBzy3C59630moKuv3cmE9YI/FQkoZbF0SoSFbpJdNd8=";
+    hash = "sha256-i7zQQbNF9uAmvC5qAlNKV8Ip9K6sM1xOeOV4wxe5hts=";
   };
 
   python = python3;