summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2023-06-28 01:40:24 +0200
committerLeona Maroni <dev@leona.is>2023-06-28 21:55:56 +0200
commit28cb82dd98197b7db21a9f02e274141a9bd6ecab (patch)
tree8b5e224d76b26a5d77caccc6e4c44566e34e9d6c
parentf96adcdd7d6611b9d70ff7a38e3720dc24dff6bd (diff)
downloadnixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar.gz
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar.bz2
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar.lz
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar.xz
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.tar.zst
nixpkgs-28cb82dd98197b7db21a9f02e274141a9bd6ecab.zip
paperless-ngx: 1.16.3 -> 1.16.5
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 1993a2895e3..97109efb836 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -17,13 +17,13 @@
 }:
 
 let
-  version = "1.16.3";
+  version = "1.16.5";
 
   src = fetchFromGitHub {
     owner = "paperless-ngx";
     repo = "paperless-ngx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-DudTg7d92/9WwaPtr2PrvojcGxZ8z3Z2oYA0LcrkxZI=";
+    hash = "sha256-suwXFqq3QSdY0KzSpr6NKPwm6xtMBR8aP5VV3XTynqI=";
   };
 
   # Use specific package versions required by paperless-ngx
@@ -130,6 +130,7 @@ python.pkgs.buildPythonApplication rec {
     h11
     hiredis
     httptools
+    httpx
     humanfriendly
     humanize
     hyperlink