about summary refs log tree commit diff
path: root/pkgs/applications/office/paperless-ngx
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-29 14:20:26 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-29 14:20:26 +0100
commitc65f6820b279d439570ddb226c4eae15d42c95e2 (patch)
tree61535b84ed0e006c7ca3e81b82417aa2a951785a /pkgs/applications/office/paperless-ngx
parent6c4a1e1db7872993fbf2f293771dec61a1e54440 (diff)
paperless-ngx: 2.4.0 -> 2.4.3
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.3
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.2
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.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 ebd70eac7ea9e..afe241222068a 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -21,13 +21,13 @@
 }:
 
 let
-  version = "2.4.0";
+  version = "2.4.3";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-bIiUG5yLpKOoxByef2Wm7MmSoL5zAYE9x6/zZywG9aE=";
+    hash = "sha256-uFaywZF1e1ELU6EcRxzMqGu3uiFK8MMfrTxb01Drd7k=";
   };
 
   python = python3;