summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-10-15 11:55:55 +0200
committerGitHub <noreply@github.com>2022-10-15 11:55:55 +0200
commitb286501a5eadad160362299c15941a642c427317 (patch)
treec069eb540ef0a3021c9c49753f6e849e40fa4a71
parentb4d133b5ee3968fc915be555a39a7a6144d54d40 (diff)
parent27f2a71f468aadf7a05f8695aa23a26b32ec0b88 (diff)
Merge pull request #195932 from e1mo/paperless-ngx-192
 paperless-ngx: 1.9.1 -> 1.9.2
-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 d3faa478e49b7..6fa29c1dbbd78 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -61,12 +61,12 @@ let
 in
 python.pkgs.pythonPackages.buildPythonApplication rec {
   pname = "paperless-ngx";
-  version = "1.9.1";
+  version = "1.9.2";
 
   # Fetch the release tarball instead of a git ref because it contains the prebuilt fontend
   src = fetchurl {
     url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v${version}/${pname}-v${version}.tar.xz";
-    hash = "sha256-KWq3zUES8klXexNO9krlqZKZEajOhkTHF13t/3rxrPc=";
+    hash = "sha256-fafjVXRfzFrINzI/Ivfm1VY4YpemHkHwThBP54XoXM4=";
   };
 
   format = "other";