about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-02-25 04:06:45 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-02-25 04:06:45 +0100
commitc13699ad67cdcb0a5cf1a3cc6963a5806253f052 (patch)
treec3ff5530560884ba850a7f8f0c35a4481334bd0f /pkgs/applications
parenta4695440be88c9d2cc620e808e89093872e697c0 (diff)
paperless-ngx: 2.5.2 -> 2.5.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 319234289515e..bd99d093b0972 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -22,13 +22,13 @@
 }:
 
 let
-  version = "2.5.2";
+  version = "2.5.3";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-v6k9clKNBNb2MQp0BTrUL9zfY6SUKfzaaOycmV8RKyk=";
+    hash = "sha256-fZ5grVZjCVkCH6doeqBLHPh9mPvHkiz+QXi/OyoJhR4=";
   };
 
   python = python3;
@@ -280,7 +280,7 @@ python.pkgs.buildPythonApplication rec {
 
     # Disable unneeded code coverage test
     substituteInPlace src/setup.cfg \
-      --replace "--cov --cov-report=html --cov-report=xml" ""
+      --replace-fail "--cov --cov-report=html --cov-report=xml" ""
   '';
 
   disabledTests = [